摘要: 转:http://blog.surecase.eu/using-greendao-with-android-studio-ide/In this tutorial we will show you step by step how we have created sample application... 阅读全文
posted @ 2015-03-25 18:40 狂奔的小狮子 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: If you are developing an Android application, you will likely need to store data somewhere. You may choose a Cloud service (in which case, using aSync... 阅读全文
posted @ 2015-03-25 18:30 狂奔的小狮子 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/xushuaic/article/details/24496191第五篇 查询查询会返回符合某些特定标准的实体。你可以使用原始的SQL定制查询语句,或者更好的方式:使用GreenDao的QueryBuilder API。该查询也支持lazy-loadin... 阅读全文
posted @ 2015-03-25 16:47 狂奔的小狮子 阅读(464) 评论(0) 推荐(0) 编辑
摘要: Uri uri; if (hasAnyMarketInstalled(getContext())) { uri = Uri.parse("market://details?id=" ... 阅读全文
posted @ 2015-03-25 15:59 狂奔的小狮子 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/xushuaic/article/details/24513599笔记摘要:该文章是我在Android Weekly中看到的,以前也一直用SharedPreferences,不过一直只是会用,并没有深入研究下,既然看过了这篇文章,就翻下记录下来对自己理解... 阅读全文
posted @ 2015-03-25 12:59 狂奔的小狮子 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 转:http://www.it165.net/pro/html/201401/9026.html最近在对开发项目的性能进行优化。由于项目里涉及了大量的缓存处理和数据库运用,需要对数据库进行频繁的读写、查询等操作。因此首先想到了对整个项目的数据库框架进行优化。原先使用android本身内置的sqlli... 阅读全文
posted @ 2015-03-25 09:40 狂奔的小狮子 阅读(4545) 评论(0) 推荐(0) 编辑