Skip to content

ryanrampage1/NoteApp

Repository files navigation

NoteApp

A simple local note app used to expirament with various Android Topics.

Dependency Injection

Dagger

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.

Dagger

Databases

SQLCipher

First expiraments with how to use SQLCipher

SQLCipher Github

SQLite

Comparison and benchmarks between SQLite and SQLCipher Coming Soon

DAO

Trying out various Data Access Object patterns.

Future goals and possibilities

  • Testing databses
  • Realm
  • Room