上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页

2015年5月26日

摘要: EditText自定义控件ClearEditText userN_et = (ClearEditText) findViewById(R.id.userN_et); userN_et.showType = true;package com.anzi.jmsht.view;import com.an... 阅读全文
posted @ 2015-05-26 10:21 飞奔的坦克 阅读(559) 评论(0) 推荐(0)
 

2015年5月25日

摘要: ScreenShotView.java类import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOException;import android.app.Activity;import... 阅读全文
posted @ 2015-05-25 20:05 飞奔的坦克 阅读(834) 评论(0) 推荐(0)
 
摘要: 循环线程- 为什么要使用循环线程,因为线程只执行一次,因为一直运行线程中的代码,那么线程会一直存在,直到某个值的变化! private boolean isplay;isplay = true; dialog = ProgressDialog.show(this, null, "正在加载…", tr... 阅读全文
posted @ 2015-05-25 19:32 飞奔的坦克 阅读(346) 评论(0) 推荐(0)
 
摘要: 生成二维码工具类: public Bitmap CreateTwoDCode(String content) throws Exception { // 生成二维矩阵,编码时指定大小,不要生成了图片以后再进行缩放,这样会模糊导致识别失败 BitMatrix matri... 阅读全文
posted @ 2015-05-25 17:03 飞奔的坦克 阅读(209) 评论(0) 推荐(0)
 

2015年5月23日

摘要: 大家好,我在学习用eclipse开发Android应用时,发现每个应用退出时都会提示以下内容,这是什么原因: “Activity com.stv.main.CheckUpdateActivity has leaked IntentReceiver com.android.internal.polic... 阅读全文
posted @ 2015-05-23 17:59 飞奔的坦克 阅读(6828) 评论(0) 推荐(0)
 

2015年5月21日

摘要: AppManager.getAppManager().finishActivity(HuaFeiChongZhiActivity.class); 阅读全文
posted @ 2015-05-21 18:46 飞奔的坦克 阅读(222) 评论(0) 推荐(0)
 
摘要: usernumber = phone.getString(phone.getColumnIndex(ContactsContract.CommonDataKinds.Phone.NUMBER)) .trim(); if (usernumber.contains("+86")) { ... 阅读全文
posted @ 2015-05-21 10:22 飞奔的坦克 阅读(176) 评论(0) 推荐(0)
 

2015年5月20日

摘要: http://blog.csdn.net/jdsjlzx/article/details/7606423Android自定义捕获Application全局异常,非常全面 阅读全文
posted @ 2015-05-20 11:43 飞奔的坦克 阅读(153) 评论(0) 推荐(0)
 
摘要: 转自:http://blog.csdn.net/ytjd926/article/details/12951243 @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceS... 阅读全文
posted @ 2015-05-20 10:40 飞奔的坦克 阅读(222) 评论(0) 推荐(0)
 
摘要: android 数据加载动画: 代码的方式:public class TreasureActivity extends Activity im... 阅读全文
posted @ 2015-05-20 01:22 飞奔的坦克 阅读(511) 评论(0) 推荐(0)
 
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页