/TaskList

Simple Android application where users can add items, edit them or delete them. The purpose was to explore Realm DB instead of SQLite.

Primary LanguageJavaApache License 2.0Apache-2.0

TaskList

Simple Android application containing a list of items where a user can do any of the following with the items:

  • Add
  • Edit
  • Delete
  • Check off

The purpose was to explore Realm DB instead of SQLite. You can download the apk here.