Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 574 Bytes

To-do-list

Adding task implemented with RecyclerView and ViewPager with custom Toolbar

Things that app do

  1. Floating widget button to add new task
  2. On clicking on button custom dialog box opens to enter title and detail of task.
  3. Recycler view to hold all the tasks
  4. On clicking on the task new activity with ViewPager implemented opens up
  5. On long clicking on the task toolbar delete button opens up for deleting the task
  6. Hierarchy navigation implemented on view pager activity toward parent activity
  7. Style implemented in fragment.xml and dialog.xml