Skip to content

Sample Todo list Android app using Kotlin and Ormlite

License

Notifications You must be signed in to change notification settings

holgus103/ToDoListK

Repository files navigation

ToDoListK

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