1. 程式人生 > >Beginning Android 4--Exercises 1

Beginning Android 4--Exercises 1

What is the AVD?

Android Virtual Device.Android虛擬機器,可以在電腦上執行一個模擬真實Android裝置的虛擬機器。

What is the diference between the android:versionCode and android:versionName attributes in the AndroidManifest.xml file?

android:versionCode是用於檢查程式是否可以升級,而versionName是給使用者展示用的

What is the use of the strings.xml file?

用於儲存程式中所包含的所有string,這可以讓使用者容易地使用較為簡單的字元來代替複雜的字元,然後方便更改。