How to display n- level of expandable list view android, I am getting only examples for 3-Levels expandable.
Referring this :link
Please guideline or share me suitable example for Multi-level expandable display in android.
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to this example.
Here the
getChildViewmethod creates a new adapter byCustExpListviewClass and sets is as an Adapter.The same way you can create a new
BaseExpandableListAdapterClass and set it inCustExpListviewClassgetChildViewmethod.