How to add N-level extensible menu in android navigationview?

In my application, I want to add the N-level of the Extensible Menu to the NavigationView , as shown below, a screenshot of the Paytm application. I tried to add ExpandableListView , but did not understand How to add N-level extensible menu to NavigationView using ExpandableListView

If anyone knows how to do this, please help me.

enter image description here

I am trying to use this link link, but I can’t do https://stackoverflow.com/a/312929/

+7
android expandablelistview android-navigationview
source share
1 answer

Use this link to create an N level list. And link to your url to implement the box.

+2
source share

All Articles