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,这可以让用户容易地使用较为简单的字符来代替复杂的字符,然后方便更改。

你可能感兴趣的:(android,虚拟机,String,存储,attributes)