Android Applications built during CodePath bootcamp
Android app to create a list of tasks with the following use cases.
- Add item to the list of tasks.
- Delete item to the list of tasks.
- Update item to the list of tasks.
- Each item in the list has information about the title,priority and date of completion.
- On initial addition default priority and date are added to the list.
- All the details can be edited on the Edit Item page and be saved to datbase.
- The persistence of information is done by using SQLLite.
- Custom Adapter has been used and Dialog Fragment has been used to display the date dialog box to select date.
- Different package has been used for database functionalities,data fetch functionalities, and other general functionalities.
