Pregunta

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)

¿Fue útil?

Solución 2

Use ExpandableListView instead of ListView in the navigation drawer.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top