I am adding a Navigation Drawer into my activity :
Things I want to do : Profile image which is up-loadable from mobile gallery and also from picture taken from camera instantly it should give option for cropping and fixing into circle transform I've to use glide that I know.
The Main part is to create an item name : INTERESTS(clickable and onClick its subItem(checkbox) scroll down) and if that's too much then just Item with INTEREST which is just a text and its subitem includes CHECKBOXES
One Button at the button of the drawer onClick of this button will save all responses into an array and feed it to api on drawer close.
See this exactly the same but I don't want to navigate anywhere just list item should be chackboxes and save button at the buttom save store it in array so that I can feed it to the api onClick Button