Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement multilevel ExpandableListview in Android?

Iam New to Android.My Requirement is to implement ExpandableListview with two Levals.

Means

   * Parent
     * Child
         * Subchild1
         * Subchild2

Like Above. Can any one Help me. Thanks in advance.

like image 459
shiva Avatar asked Dec 27 '10 09:12

shiva


1 Answers

The ExpandableListView component doesn't support more than two levels, but in this page you can find good solutions.

like image 174
lancha90 Avatar answered Oct 11 '22 03:10

lancha90