7

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

Community
  • 1
  • 1
Mansukh Ahir
  • 3,373
  • 5
  • 40
  • 66

1 Answers1

2

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

Pavya
  • 6,015
  • 4
  • 29
  • 42