Follow the rulebook provided in the group.
- Fork this repository to your account
- Clone that repo to your local machine
- Pull the latest code (containing bugged code)
- Start Debugging
- Try to add comments for each big fix ypu've done.
- Commit & Push the final code before deadline
- Generate APK file for final code
- Take few screenshots which shows that app is working
- Upload both of these in your repo's Release Section (Create a new release)
- At first you will get boilerplate code in the repo
- Once the contest starts, repo will contain latest bugged code
- Take that pull from upstream (available on your forked repo on Github)
- Take latest pull locally in your machine
- Empty Todo text should not be allowed to save
- Text not clearing in edit text after successful save
- Todo Number (i.e. Index + 1) not showing in list e.g.1. First Todo 2. Second Todo
- Delete func not working
- Ask for dialog confirming , Are you sure want to delete {todoText} ?
- Clicking anywhere on the list item should open a dialog box showing the same todoText & a button to delete it and a button to close that dialog box
- If todos list is empty, instead of showing empty list, show a text that says the list is empty, and add a todo to see the list
- Change the Icon of the App(any icon would do)