This is a sample Todo list app using Kotlin and Ormlite implemented as a project for the course Mobile Programming: Android
The following requirements were satisfied:
- RecyclerView (addition, removal, edition)
- Saving data to memory using SQLite
- Implementation of options using the PreferenceFragment in the MainActivity, enabling various entry sorting
- Scalling in landscape mode
- Compliance with Material Design