摘要: 注意除了添加Internet权限外,还要添加两行代码StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder().detectDiskReads().detectDiskWrites().detectNetwork().penalt... 阅读全文
posted @ 2015-09-12 20:11 黄忠 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 数据库访问完毕后,游标必须也记得关闭import com.huangzhong.love_power_model.UserInfoDto;import java.util.ArrayList;import java.util.List;import android.app.AlertDialog;i... 阅读全文
posted @ 2015-09-12 20:05 黄忠 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 在drawable-hdpi中添加xml文件Button样式文件ImageView样式文件图片太大程序会异常退出设置android:background属性即可 阅读全文
posted @ 2015-09-12 20:00 黄忠 阅读(309) 评论(0) 推荐(0) 编辑
摘要: step1 创建窗体final AlertDialog dialog =new Builder(this).create();step2 获取ViewView viewDialog =View.inflate(this, R.layout.userinfo_dialog_edit, null); ... 阅读全文
posted @ 2015-09-12 19:51 黄忠 阅读(547) 评论(0) 推荐(0) 编辑