六月

15

用户界面

屏幕元素的层次 The basic functional unit of an Android application is the activity–an object of the class android.app.Activity. An activity can do many things, but by itself it does not have a presence on the screen. To give your activity a screen presence and design its UI, you work with views and viewgroups — basic units [...]