I would like to use OrmLite with SQLCipher in my Android project, but both libraries have their own abstract SQLiteOpenHelper class to implement. Java don\'t a
I know this is quite old thread. But I had to go the same way recently. I've read two threads in search for solution: this and this.
And now I have solution that works (you can clone working demo from GitHub). Placing my answer into both threads to help others in the future.