Skip to content

Android app to manage tasks and things you have to do

Notifications You must be signed in to change notification settings

Artenes/android-todo-list

Repository files navigation

Sample To do app in Android

Get it on Google Play

to do app running

Android app to create, mark as done and delete tasks.

Made this app to practice some android development using kotlin.

Video demo

Watch demo on youtube

What's the catch

In this project I've imposed two restrictions:

  • decided to not use an SQLite database just to see how can I store data in the device in a simples manner;
  • implement the observer pattern to send data from the repository to the ui without using LiveData.

I've ended up creating a parser that would serialize/deserialize the tasks list to string to then store in SharedPreferences and create some classes to replicate some of the LiveData API.

About

Android app to manage tasks and things you have to do

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages