A mobile app to manage tasks.
How it Works
a) Open the apk file. It will take us to the home page.
b) There are two buttons in the homepage:- 1) Create Task and 2) List of Tasks
c) If we press create task it will take necessary info about a task and then stores it in the database with date of creation.
d) If we press List of task, it will take us to the list of available task in the database which is scrollbar enabled.
e) Pressing the edit button will show a dialog to edit existing information as per our need. Then when we press update, the app will store changes of data to the database with the date of update.
f) Pressing the delete button will show a popup to ask if we really want to delete the selected task or not and there is two button “yes” and “no”.
g) If we tap on the task-name then a popup will be showed which contains all the necessary information of the selected task.