Assignment
- Add following features to the “ToDo” app that we have been working on:
- Add a new item to your menu: “Add new”
- Take user to an activity where user can enter a new todo item to the list.
- Bring data from the new activity back to our main activity and add the new item to the list view.
- On click of any item take user to a detailed page, where user can look at further details.
- In the detailed page add an item to menu: “Delete”. Show an alert dialog asking for user confirmation when user clicks this item, if confirmed finish the activity and pass this data back to the main activity and remove the todo item from list view.
- Add a “About us” item to MainActivity menu and on click take them to your website. For now, take them to www.google.com
- Add a “Contact us” item to MainActivity menu and on click dial your phone number.
- Add an “Email us” item to MainActivity menu and on click open user’s email application with your email id pre-filled.