会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
公孙 轩辕
博客园
首页
新随笔
联系
管理
订阅
2015年12月29日
使用androidstudio 分析内存泄漏
摘要: 分析内存泄漏http://www.jianshu.com/p/c49f778e7acf
阅读全文
posted @ 2015-12-29 16:53 公孙 轩辕
阅读(229)
评论(0)
推荐(0)
2015年8月6日
Android MMS数据库存储说明
摘要: 数据表MMS模块总共包含17张表:addr、android_metadata、attachments、canonical_addresses、drm、part、pdu、pending_msgs、rate、raw、sms、sr_pending、threads、words、words_content、w...
阅读全文
posted @ 2015-08-06 10:51 公孙 轩辕
阅读(388)
评论(0)
推荐(0)
2015年7月15日
android 彩信附件添加删除
摘要: http://blog.csdn.net/yuzhu_guan2012/article/details/6679154
阅读全文
posted @ 2015-07-15 09:58 公孙 轩辕
阅读(162)
评论(0)
推荐(0)
2015年6月29日
APK动态加载框架 https://github.com/singwhatiwanna/dynamic-load-apk
摘要: https://github.com/singwhatiwanna/dynamic-load-apk
阅读全文
posted @ 2015-06-29 15:42 公孙 轩辕
阅读(547)
评论(0)
推荐(0)
2015年6月26日
http长链接问题
摘要: http://www.ibm.com/developerworks/cn/web/wa-lo-comet/
阅读全文
posted @ 2015-06-26 10:52 公孙 轩辕
阅读(140)
评论(0)
推荐(0)
2015年3月11日
SFTP文件上传下载
摘要: http://www.cnblogs.com/longyg/archive/2012/06/25/2556576.html (转载)
阅读全文
posted @ 2015-03-11 16:44 公孙 轩辕
阅读(167)
评论(0)
推荐(0)
2015年1月5日
分享一个 安卓各种工具资源下载汇总网址
摘要: android 各种工具下载地址
阅读全文
posted @ 2015-01-05 10:20 公孙 轩辕
阅读(232)
评论(0)
推荐(0)
2014年10月29日
android AsyncTask介绍
摘要: AsyncTask和Handler对比1 ) AsyncTask实现的原理,和适用的优缺点AsyncTask,是android提供的轻量级的异步类,可以直接继承AsyncTask,在类中实现异步操作,并提供接口反馈当前异步执行的程度(可以通过接口实现UI进度更新),最后反馈执行的结果给UI主线程.使...
阅读全文
posted @ 2014-10-29 15:21 公孙 轩辕
阅读(172)
评论(0)
推荐(0)
2014年9月4日
android 数据存储之SQLite
摘要: 使用嵌入式关系型SQLite数据库存储数据除了可以使用文件或SharedPreferences存储数据,还可以选择使用SQLite数据库存储数据。在Android平台上,集成了一个嵌入式关系型数据库—SQLite,1、SQLite3支持 NULL、INTEGER、REAL(浮点数字)、TEXT(字符...
阅读全文
posted @ 2014-09-04 14:42 公孙 轩辕
阅读(220)
评论(0)
推荐(0)
2014年8月29日
Android SERVICE后台服务进程的自启动和保持
摘要: Service组件在android开发中经常遇到,其经常作为后台服务,需要始终保持运行,负责处理一些必要(见不得人)的任务。而一些安全软件,如360等,会有结束进程的功能,如果不做Service的保持,就会被其杀掉。在早些时候,我们可以通过在1. service中重写onStartCommand方...
阅读全文
posted @ 2014-08-29 14:21 公孙 轩辕
阅读(1010)
评论(0)
推荐(0)
下一页
公告