上一页 1 ··· 13 14 15 16 17
摘要: 1 . 初始化数据private void fillData() { ll_loading.setVisibility(View.VISIBLE); // 显示进度 new Thread() { public void run() { ... 阅读全文
posted @ 2014-11-29 00:01 每天学习一点点... 阅读(395) 评论(0) 推荐(0) 编辑
摘要: /** * 照片对话框 *AlertDialog */ private void PhotoDialog() { AlertDialog.Builder builder = new Builder(mContext); // mConte... 阅读全文
posted @ 2014-11-28 23:43 每天学习一点点... 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 在状态栏显示通知 3 */ 4 private void showNotification(){ 5 // 创建一个NotificationManager的引用 6 NotificationManager no... 阅读全文
posted @ 2014-11-27 16:08 每天学习一点点... 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17