A To-Do List app for devices running Android 5.0+
- Fork and clone this repo to your PC.
- Open the project in Android Studio.
- Build an APK and copy it over to your Android device.
- 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!
- 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.
- UI Overhaul
- Launcher icon
- Undetected bug fixes
- Persist orientation changes
- Dark mode
- Testers

