2015年8月6日
摘要: 开启startActivityForResult.1 Intent intent = new Intent();2 intent.setClass(MainActivity.this, MipcaActivityCapture.clas... 阅读全文
posted @ 2015-08-06 17:24 南巷挽清风 阅读(3100) 评论(0) 推荐(0) 编辑
摘要: 代码里面设置颜色 this.getResources().getColor(R.color.Login_title_bar)用法:1 title.setTextColor(this.getResources().getColor(R.color.white));2 layout.setBac... 阅读全文
posted @ 2015-08-06 17:07 南巷挽清风 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 很多时候我们开发的软件需要向用户提供软件参数设置功能,例如我们常用的QQ,用户可以设置是否允许陌生人添加自己为好友。对于软件配置参数的保存,如果是window软件通常我们会采用ini文件进行保存,如果是j2se应用,我们会采用properties属性文件或者xml进行保存。如果是Android应用,... 阅读全文
posted @ 2015-08-06 10:34 南巷挽清风 阅读(303) 评论(0) 推荐(0) 编辑