IP属地:四川
New Project Declare and Initialize:声明、初始化变量 1.变量名称最好使用驼峰命名法。 2.变量名不能混有标点...
Defining Methods 1.return type 2.name 3.a pair of parentheses,() 4.a bod...
Check Box step1.select views:TextVIew and CheckBox View step2.position v...
准备工作:How to build the layout 1.select views:2 TextView,ButtonView 2.pos...
安装Android Studio 安装过程省略,直接贴图表明安装成功1.png 没有选择使用模拟器,选择手上现有的安卓手机进行调试。使用真实设备...
View Groups 1.View Groups也是View,由多个View组成的容器。 2.View Goups可以称为父View,在其中的...