
新手程序员
文章平均质量分 52
weilew
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android新手总结
文本控件TextViewEditText按钮控件Button ImageButton 图片按钮RadioButton单选按钮CheckBox 复选按钮 图片控件ImageView多选 CheckBox使用RadioButton单选按钮时,必须使用RadioGroup如果没有RadionGro原创 2017-12-24 16:44:24 · 193 阅读 · 0 评论 -
Android新手总结
高级控件:常见:ListView:最常用GridView 多行多列SpinnerAutoComponentTextView用法:1:创建一个高级控件 2:数据源 List []3:适配器 展示数据步骤:1:初始化控件2:数据源 List3:适配器ArrayAdapter 1:context XXX.this,布局(自己原创 2018-01-02 17:52:43 · 164 阅读 · 0 评论 -
android新手总结
Activity的生命周期 onCreate() onStart() onResume() running onPause() onStop() onDestroy() 点击跳转的时候1onPause 1onStop 2onCreate 2onStart 2onResume返回原创 2018-01-09 08:16:56 · 178 阅读 · 0 评论