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