
android
vinrex
这个作者很懒,什么都没留下…
展开
-
在html页面中判断本地app是否安装并打开
1、编辑AndroidManifest.xml:原创 2014-07-24 12:43:26 · 47456 阅读 · 5 评论 -
百度推送在退出应用后收不到通知的问题解析
当你使用百度推送的时候,如果有多个应用,原创 2014-10-12 00:54:32 · 10086 阅读 · 4 评论 -
百度推送 - 低版本无法启动推送服务的解决方法
当手机里面安装了多个带有百度推送的app之后,我们希望启动其中原创 2014-10-12 14:34:17 · 4947 阅读 · 5 评论 -
android调试:代码中打印内存信息
一、java代码的方式: public void printMemoryInfo() { String tag = "APPActivity"; final ActivityManager activityManager = (ActivityManager) getSystemService(ACTIVITY_SERVICE);原创 2014-11-03 22:50:40 · 2139 阅读 · 0 评论 -
修改xutils框架以支持fragment
好像xutils框架目前还不支持fragment的反射,看了下,比较好改,主要修改ViewFinder。原创 2014-12-20 19:29:00 · 7302 阅读 · 5 评论