سؤال

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)

هل كانت مفيدة؟

المحلول 2

Use ExpandableListView instead of ListView in the navigation drawer.

نصائح أخرى

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top