GreenDAO with Sqlcipher Integration Example
问题 I have setup a new project using GreenDAO, was able to generate with ExampleDAO using DaoGenerator. Everything works fine. I also have a prepopulated sqlite database shipped in android assets folder, on app run, it is being copied to android database system path. Now I want to integrate with SqlCipher, to have my database encrypted... If anybody can help or give example app, that would be a great help. 回答1: Please let me know if these solutions work for you: A sample project with the