A simple local note app used to expirament with various Android Topics.
Using Dagger to inject almost everything. Specifically looking at how to utalize the tool to inject views and presenters for a MVP implementation and inject and manage DAO objects.
First expiraments with how to use SQLCipher
Comparison and benchmarks between SQLite and SQLCipher Coming Soon
Trying out various Data Access Object patterns.
- Testing databses
- Realm
- Room