2016-05-17 2 views
1

私はAndroidで新しいです。カテゴリの矢印を使ってリストビュー内でカテゴリを作成するにはどうすればいいですか?例えば、私は100のカテゴリを見たいと思って、私が見ることができるいくつかのカテゴリをクリックした後リストビュー内のカテゴリーandroidstudio

+0

私の答えを確認... http://stackoverflow.com/questions/37249781/load-data-into-an-expandablelistview/37250461?noredirect=1#comment62031374_37250461 –

答えて

0

ExpandableListViewを持つAndroidでは、カテゴリを持つリストビューを作成できます。

チュートリアルやサンプルがたくさんあります。次

は、いくつかの良いリンクです:概念と理論を理解するための

http://www.mysamplecode.com/2012/10/android-expandablelistview-example.html http://javapapers.com/android/android-expandable-listview/ http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/ http://androidexample.com/Custom_Expandable_ListView_Tutorial_-_Android_Example/index.php?view=article_discription&aid=107&aaid=129

公式開発者のページを見て https://developer.android.com/reference/android/widget/ExpandableListView.html

関連する問題