Everpobre is an Android Evernote-like app to create notes inside notebooks. It's an example to highlight how to:
- create an Android App, following some best practices
- use DAOs to access your data
- create a SQLite Database easily
- use reusable Fragments
If you want to know more about how to create this project, here is a step by step document showing you how it's done.
This repo is labeled with steps, so you can checkout step/2
to go to that step if you're following this explanation.