An Android Todo-list sample application to play with Realm.
- Home List: List of lists.
- Query all lists.
- Add a new list.
- Delete a list.
- Edit a list.
- Click to show list detail.
- FAB to add a task and choose a target list.
- List Detail: List of tasks.
- Query all tasks in this list.
- Add a new task.
- Delete a task.
- Mark a task as done.
- Click to show task detail.
- Show all completed tasks.
- Mark a completed task as to-do.
- Task Detail.
- Edit a task's title.
- Edit a task's note.
- Add due date to task.
- About screen.
- Confirm before deleting.
- Task priority, mark a task as important, urgent or current doing.
- Drag to change the item order in list.
- Settings screen:
- Change the color theme of the app.
- Send feedback.