
Android
普通网友
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
电脑 (PC) Android 模拟器 - Genymotion 上安装 apk
转载自http://blog.sina.com.cn/s/blog_4c7d14600101jfu5.html转载 2016-04-04 10:57:00 · 1068 阅读 · 0 评论 -
Android Studio从硬盘上彻底删除Project项目
1.右键下图红色方框的地方; 2.选择delete即可彻底删除所选Project;原创 2016-03-19 23:58:55 · 1094 阅读 · 0 评论 -
单选按钮组中获取选定的选项并传递到另一个Activity
sex = (RadioGroup) findViewById(R.id.sex); man = (RadioButton) findViewById(R.id.man); woman = (RadioButton) findViewById(R.id.woman); sex.setOnCheckedChangeListener(new RadioGroup.OnCheckedChangeListe原创 2016-03-26 19:29:45 · 2898 阅读 · 2 评论