摘要:public class TestDB extends SQLiteOpenHelper { private static final String DATABASE_NAME = "usertest.db"; private static final int DATABASE_VERS...
阅读全文
posted @ 2015-08-06 15:23
|
||
随笔分类 - Android
摘要:public class TestDB extends SQLiteOpenHelper { private static final String DATABASE_NAME = "usertest.db"; private static final int DATABASE_VERS...
阅读全文
posted @ 2015-08-06 15:23
摘要:http://stackoverflow.com/questions/18657427/ioexception-read-failed-socket-might-closed-bluetooth-on-android-4-3#这篇文章得到的灵感
阅读全文
posted @ 2015-07-29 15:49
摘要:http://blog.csdn.net/krislight/article/details/9391455
阅读全文
posted @ 2015-07-23 13:38
摘要:原文地址:http://m.blog.csdn.net/blog/qduningning/43196819在使用WebView加载网页的时候,有一些固定的资源文件如js的jquery包,css,图片等资源会比较大,如果直接从网络加载会导致页面加载的比较慢,而且会消耗比较多的流量。所以这些文件应该放在...
阅读全文
posted @ 2015-07-17 16:13
|
||