Welcome stranger
prg_24_10.txt
1) Co je Android? 4) Co je Android API? 5) Co je DVM? 6) Co je AVD Manager? 7) Co je Android DDMS? 5) Dalvik Virtual Machine 7) Debugger } Struktura projektu v Android Studiu{ res - resources (zdroje) layout - xml - vzhled } main.xml{ <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> </LinearLayout> }