Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add N-level of Expandable menu in NavigationView android?

In my app I want to add N-level of expandable Menu in NavigationView like Paytm app screenshot is given below. I have tried to add ExpandableListView but didn't understand How to add N-level of expandable menu in NavigationView using ExpandableListView

If someone know this how to do this then please help me.

enter image description here

I try from this reference link but can't do https://stackoverflow.com/a/31699975/4395114

like image 984
Mansukh Ahir Avatar asked Jun 08 '16 06:06

Mansukh Ahir


1 Answers

Use this link to create N level listview. And refer your URL to implement drawer.

like image 178
Pavya Avatar answered Oct 21 '22 17:10

Pavya