Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

EDM115/todo-android

Repository files navigation

todo-android

An Android to-do app with tasks, descriptions, dates, durations, web links, context, and status. Tasks are stored locally in SharedPreferences as JSON via Gson, displayed in a ListView, and can be sorted by date, status, duration, or context.
The app is simple but not empty : there are separate activities for creating tasks, listing them, viewing/editing details, and opening web links. The storage choice is the quirky bit—using a StringSet of serialized tasks works for a class project, even if a real app would probably reach for Room or another database.
Open it in Android Studio, sync Gradle, and run the app module on an emulator or device. If the SDK path is wrong, update local.properties.

About

An Android app that allow to track tasks left to do

Resources

Stars

Watchers

Forks

Contributors

Languages