Skip to content

Latest commit

 

History

History
 
 

README.md

To-Do Android App

A To-Do List app for devices running Android 5.0+

Screenshots

Setup

  1. Fork and clone this repo to your PC.
  2. Open the project in Android Studio.
  3. Build an APK and copy it over to your Android device.
  4. Install and add your To-Do tasks!

Please make sure to save your To-Do tasks by hitting the Done key on your on-screen keyboard!

Concepts Learned

  • RecyclerView -> To display the list of ToDos
  • ViewHolders -> To implement multi-select
  • AdapterDataObserver -> To display the welcoming message
  • ContextualActionMode -> To implement deletion
  • Drawable Selector -> To provide visual cues to the User
  • Room Database -> To store data

If you are looking for details, the source code has been thoroughly documented.

Resources Used

Future Aspects / Scope

  1. UI Overhaul
  2. Launcher icon
  3. Undetected bug fixes
  4. Persist orientation changes
  5. Dark mode
  6. Testers