1

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.

https://material-design.storage.googleapis.com/publish/material_v_9/0Bx4BSt6jniD7YVdKQlF3TEo2S3M/patterns_navdrawer_behavior_persistent2.png

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

SamH67
  • 319
  • 1
  • 4
  • 14
  • first have a look at this http://meta.stackoverflow.com/questions/260648/stack-overflow-question-checklist – Vivek Mishra Dec 08 '16 at 05:59
  • I looked it and I know.....maybe I could do in a couple of days but in short span of time would be much appreciative – SamH67 Dec 08 '16 at 06:07
  • have you tried with navigation drawer activity provided by Android Studio – Vivek Mishra Dec 08 '16 at 06:09
  • No I want customized drawer or slide menu and rest are mention in my question – SamH67 Dec 08 '16 at 06:10
  • you can have custom layout in navigation drawer. add the checkboxes for all required views and on click of button, get all the checked Items – Vinodh Dec 08 '16 at 06:11
  • Navigation drawer acitivity provided by android studio doesn't have menu items with submenu and how to upload image in profile image from gallery and no background image on header with height=" profile image " with name align left of image – SamH67 Dec 08 '16 at 06:15
  • @Vinodh can you provide some links where i could get something on it. – SamH67 Dec 08 '16 at 06:17
  • @SameerKhan : For requirements like this, better to go with custom layouts as in future if requirements change also, u could handle them easily with less work. http://stackoverflow.com/questions/21796209/how-to-create-a-custom-navigation-drawer-in-android – Vinodh Dec 08 '16 at 06:20
  • https://guides.codepath.com/android/Fragment-Navigation-Drawer – Vinodh Dec 08 '16 at 06:24
  • @Vinodh thank you and yeah you are right that's why I asked for Custom Navigation Drawer – SamH67 Dec 08 '16 at 06:27
  • @Vinodh See I have added image now I guess you get what I want OK? Please Help me how to do it. – SamH67 Dec 08 '16 at 07:06
  • @SamH67 : you need something like this : https://guides.codepath.com/android/Fragment-Navigation-Drawer – Vinodh Dec 08 '16 at 07:13
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/130077/discussion-between-samh67-and-vinodh). – SamH67 Dec 08 '16 at 07:29
  • @Vinodh Yeah I know but that's navigation I don't want to navigate anywhere just feed responses from checkBoxes to API that's just before saving obviously so there will be Onclick event for the button in navigation Drawer – SamH67 Dec 08 '16 at 07:33
  • @Vinodh I have started doing it keep you posted my work and please help where I need it – SamH67 Dec 08 '16 at 07:35

0 Answers0