摘要: 跳转 Activity之间的跳转 可以依靠Intent 简单粗暴的办法是 Intent intent= new Intent(*.this, MainActivity.class); startActivity(intent); 但是如果一个intent对象包含FLAG_ACTIVITY_CLEAR 阅读全文
posted @ 2016-04-06 17:09 夏末秋凉 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 资源的方式添加 安卓中的下拉框 Spinner可以通过xml string中配置 布局文件 获取spinner选中的值 代码的方式添加 阅读全文
posted @ 2016-04-06 11:08 夏末秋凉 阅读(284) 评论(0) 推荐(0) 编辑