2013年2月25日
摘要:
http://www.linuxidc.com/Linux/2013-01/77921.htm
阅读全文
posted @ 2013-02-25 16:05
Tristan2012
阅读(115)
推荐(0)
2013年2月18日
摘要:
查看设备 adb devices查看设备 android 版本信息adbshellgetpropro.build.version.release
阅读全文
posted @ 2013-02-18 15:41
Tristan2012
阅读(107)
推荐(0)
2013年2月17日
摘要:
解压:tar -xzvf XXX.tar.gz
阅读全文
posted @ 2013-02-17 10:04
Tristan2012
阅读(166)
推荐(0)
2013年2月16日
摘要:
倒腾一下午,终于搞定了android的静默安装 步骤如下1、 Manifest 配置 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.INSTALL_PACKAGES" /> <uses-permission android:name="android.permission.DELETE_PACKAGES"
阅读全文
posted @ 2013-02-16 16:11
Tristan2012
阅读(8505)
推荐(0)
2012年12月18日
摘要:
Handler+ExecutorService(线程池)+MessageQueue模式+缓存模式http://www.eoeandroid.com/thread-210082-1-1.html
阅读全文
posted @ 2012-12-18 11:25
Tristan2012
阅读(162)
推荐(0)
2012年12月13日
摘要:
http://blog.csdn.net/lifanupc/article/details/5711744
阅读全文
posted @ 2012-12-13 20:09
Tristan2012
阅读(146)
推荐(0)
2012年12月4日
摘要:
http://www.apkbus.com/blog-123261-44908.html
阅读全文
posted @ 2012-12-04 11:30
Tristan2012
阅读(204)
推荐(0)
2012年11月30日
摘要:
http://www.cnblogs.com/zhiqiangsimida/archive/2012/11/27/2790489.html
阅读全文
posted @ 2012-11-30 16:44
Tristan2012
阅读(109)
推荐(0)
2012年11月28日
摘要:
http://zhhx.blog.sohu.com/219275937.html
阅读全文
posted @ 2012-11-28 16:57
Tristan2012
阅读(131)
推荐(0)
2012年11月27日
摘要:
今天遇到AlertDialog根据请求返回值来判定是否关闭对话框的问题但是一直无法关闭 1 // 对话框不消失 2 try 3 { 4 Field field = dialog.getClass().getSuperclass() 5 .getDeclaredField("mShowing"); 6 ...
阅读全文
posted @ 2012-11-27 18:35
Tristan2012
阅读(989)
推荐(0)