Skip to content Skip to sidebar Skip to footer

Categories In Listview Androidstudio

I'm new on Android. How can I make categories in my ListView with an arrow on the categories. For example I want to see 100 categories and after I click on some categories I can se

Solution 1:

In Android with ExpandableListView you can create listviews with categories.

There are plenty of tutorials and sample are availabe to do it.

following are the few good links:

http://www.mysamplecode.com/2012/10/android-expandablelistview-example.htmlhttp://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

For understanding the concept and theory have a look on official developer page https://developer.android.com/reference/android/widget/ExpandableListView.html

Solution 2:

i think you need expandable listview which will be having categories and you can add more categories if you can can refer below link for more details...

http://androidcoding.in/2016/04/08/android-tutorial-on-expandable-listview/

Post a Comment for "Categories In Listview Androidstudio"