Question

Hi i have implemented a Android sliding menu using navigation drawer with help of WWW.androidhive.info tutorial.

now my question is , is it possible to have sub menus in the sliding menu?

i mean for example assume i have four options in sliding menu "Facebook","twitter","watsup","android". and my question is , if i press on Facebook a sub menu must come in down, with in that i must have some other options , like "photos","places" etc..

when i click on Facebook a drop down menu must appear by pushing down the other items(twitter,watsup,android) in the sliding menu.

(i want sub menu should be shown in the same sliding menu. not in a new sliding menu)

Was it helpful?

Solution 2

Use ExpandableListView instead of ListView in the navigation drawer.

OTHER TIPS

Why not use the expandable list views in the drawer layout : http://developer.android.com/reference/android/widget/ExpandableListView.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top