我正在嘗試編寫多級樹。我確實看過expandablelistview,但它只支持兩個級別。我也看過其他問題(SO)&的帖子和我發現的最有希望的帖子是http://mylifewithandroid.blogspot.com/2011/02/3-level-expandable-lists.html多級別視圖:expandablelistview
據我所知,我將不得不寫一些自定義來處理多級樹。 什麼是最好的推薦方法? 我可以添加exapandablelistview作爲一個exapanablelistview的孩子?
感謝
找到了一個類似的鏈接http://techdroid.kbeanie.com/2010/09/expandablelistview-on-android.html#comment-form – jsp 2011-04-12 21:35:22
也發現這個http://code.google.com/ p/tree-view-list-android/ – jsp 2011-04-13 20:31:24
請參閱我的項目的鏈接,其中可以實現N級樹列表視圖.https://github.com/Jaldips/Android-MultilevelTreeListView – 2014-01-06 08:38:08