-
Motivation: Desire to make my own project in Android and if possible, publish it on Google Play Store after completion of the Udacity Android Nanodegree. This app rose from the need of an application that can do the work of both a 'Reminder' as well as a 'Notes' app, has an intuitive UI and does not need internet.
-
Challenge: Being able to translate the guided learning from the course to a real-world high quality application and publishing it on the Play Store.
-
Accomplishment: Published the application on Play Store and currently has 50+ downloads and good reviews.
- Android
- Java
- XML
Add a task
: User can add a task with a title, short description and date to be completed by.Modify a task
: User can modify details of a task already enteredDelete a task
: User can delete a task once it is completed.- No internet is required.
- Local storage is used.
- Tap on ➕ icon to add a task.
- Tap on ✔️ to save the task.
- Tap on already added task to modify it.
- Long press on already added task to delete it.