上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页
摘要: 使用“RAM Manager”修改“虚拟机堆大小”为某一个阀值 xxMB大小修改 AndroidManifest.xml 里的Application 标签的属性android:largeHeap="true"Attribute "largeHeap" is only used in API leve... 阅读全文
posted @ 2015-05-29 14:57 Asion Tang 阅读(8333) 评论(0) 推荐(0) 编辑
摘要: 查看当前调试设备CPU架构的方法:adb.exe shell getprop ro.product.cpu.abi (一般返回值为:armeabi-v7a)adb.exe shell getprop ro.product.cpu.abi2(一般返回值为:armeabi)问题场景:在 Android ... 阅读全文
posted @ 2015-05-26 12:16 Asion Tang 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 官方文档:https://developer.android.com/reference/android/widget/AutoCompleteTextView.html#setText(java.lang.CharSequence, boolean)public voidsetText(CharS... 阅读全文
posted @ 2015-04-27 19:39 Asion Tang 阅读(659) 评论(0) 推荐(0) 编辑
摘要: Eclipse优化:1.可以删除的插件有: EGit CVS Mylyn cdt1.不用多次加载布局容器的版本: ADT-22.3.0 adt-bundle-windows-x86-20131030 SDK Tools: 22.3 Platform-Tools: 19 Build-Tools:... 阅读全文
posted @ 2015-04-09 15:03 Asion Tang 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 官方参考文档:SQLite Query Language: Core Functionshttp://www.sqlite.org/lang_corefunc.html测试SQL语句:SELECT substr('2012-12-12 10:11:12 fff',0,20) AS substr_0_... 阅读全文
posted @ 2015-04-07 11:24 Asion Tang 阅读(659) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页