2015年11月22日

Android Studio的使用(十四)--如何查看资源或者函数在哪些类中被引用

摘要: 1、我们都知道在Eclipse中可以通过快捷键Ctrl+Shift+G开快速搜索方法、类、资源都在那个类中被使用了。2、在Android Studio中则使用快捷键Ctrl+G。 阅读全文

posted @ 2015-11-22 22:42 StephenHe 阅读(2167) 评论(0) 推荐(0) 编辑

Android数据库--Sqlcipher的使用(二)

摘要: 1、使用Sqlcipher对数据库加密,并结合ORM框架LitePal进行使用。2、对LitePal的使用我就不在讲解了,大家可以参考下面七篇博客: http://blog.csdn.net/guolin_blog/article/details/38461239 http://blog.csd... 阅读全文

posted @ 2015-11-22 20:24 StephenHe 阅读(2929) 评论(1) 推荐(0) 编辑

Android数据库--Sqlcipher的使用(一)

摘要: 1、下载官方支持包:https://s3.amazonaws.com/sqlcipher/3.2.0/sqlcipher-for-android-community-v3.2.0.zip Github地址:https://github.com/sqlcipher/android-database-... 阅读全文

posted @ 2015-11-22 15:05 StephenHe 阅读(7525) 评论(0) 推荐(0) 编辑

导航