• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Listview Issue

Hello Guys,

I am developing one android app which should work from Android 2.3 to latest. There is screen which has categories and their subcategories. Client want to display Each Categories and under each Category, all subcategories related category should display.

I have tried expandable list view, but its not working on android 2.3 version (API Level 8)

Please help on this. Thanks for reading post.

Thanks in Advance.
 
Hello Guys,

I am developing one android app which should work from Android 2.3 to latest. There is screen which has categories and their subcategories. Client want to display Each Categories and under each Category, all subcategories related category should display.

I have tried expandable list view, but its not working on android 2.3 version (API Level 8)

Please help on this. Thanks for reading post.

Thanks in Advance.

Please share your code and let us know what the problem is. ExpandableListView should be your solution to this. ...or rather the simplest solution for this.
 
Back
Top Bottom