Archive for category Expandable list view in android
ExpandableListView and CheckBox in Android:
Posted by prativa in Android, Expandable list view in android on June 22, 2012
Today we will learn, how to customize a expandablelistview to show contact groups and group members from the device. We use expandable list view because, a two level view is required where contactgroups are listed as parent and contact list are listed as children.We store groups and their respective members in hashmap and pass it to the expandable list adapter. Exapandable list adapter extends BaseExpandabeListAdapter. In Expandable list adapter, we will set the layout of group view, set layout of child view, set items to be shown in groupview and childview, get list items and many more.
The complete working demo of expandable list view is given in this blog….feel free to download and use it…if u have any problems regarding expandable list adapter, feel free to ask.
Android, Checkbox, ExpandableListAdapter, ExpandableListView
-
You are currently browsing the archives for the Expandable list view in android category.
Search My Blog
Articles
- Android (9)
- Android Preferences (1)
- Create Amazing RadioGroup in Android (1)
- Custom Layout in ActionBar (1)
- Custom ListView in Android Using Custom ArrayAdapter (1)
- Custom View with Custom Attributes in Android (1)
- Dynamic Views in Android (1)
- Expandable list view in android (1)
- Part 1 – Retrieving a Json File (1)
- TextView Hyperlink – Change Color and Remove Underline (1)
- AppWidgets in Android (4)
- Git (1)
- Java (2)
- Beginning of Java (1)
- Java Class (1)
- My Thoughts (2)
- Photograps (1)
- Uncategorized (2)
- Android (9)
Recent Posts
- TextView HyperLink – Change Color and Remove Underline May 20, 2013
- Modify the Views of RelativeLayout in XML through CODE March 18, 2013
- android supporting multiple screen March 12, 2013
Blog Stats
- 3,979 hits