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.
Simple Android application where users can add items, edit them or delete them. The purpose was to explore Realm DB instead of SQLite.
JavaApache-2.0