Skip to content

An Android Todo-list sample application to play with Realm

License

Notifications You must be signed in to change notification settings

mengdd/TodoRealm

Repository files navigation

TodoRealm

An Android Todo-list sample application to play with Realm.

Features

Basic Features

  • 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.

Features backlog

  • 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.

References

About

An Android Todo-list sample application to play with Realm

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages