expandablelistview Questions

4

Solved

I have develop ExpandableListView perfectly. In My ExpandableListView five groups are there. load first time then collapse all five group. it is default. now my question is load first time expand...
Semasiology asked 21/5, 2011 at 10:0

10

Can you help me identify why there is a space between the group and the child? In my case I want spaces between all groups and the child should be right below the group with no space (but of course...
Brett asked 25/7, 2014 at 11:52

4

I'm looking for an API like isExpanded() or isCollapsed() that tells me if a group is expanded or collapsed.
Delusive asked 6/3, 2015 at 21:25

4

I'm developing an application for Android. How could I put a button in a group of a ExpandableListView? By clicking the button a dialog will be displayed instead of open or close the group. Click...
Drumstick asked 29/5, 2012 at 1:50

3

Solved

I am going to implement an expandable listview with custom expandable list adapter. And also image change on group expand and group collapse. My Expandable list view works well but when I set imag...
Anyhow asked 7/4, 2014 at 11:24

2

Solved

I have listeners for ExpandableListView for group collapsed and expanded: // There is a text view on group layout, no problem there. @Override public void onGroupCollapse(int groupPosition) { /...
Philcox asked 13/12, 2017 at 16:9

5

Solved

Is there a standard way to pin group item to the top of screen while scrolling group's items. I saw similar examples with ListView. What interfaces should I implement or what methods override ?
Wagonette asked 16/5, 2012 at 7:2

1

Solved

I'm trying to make an expendable list view with the header text being extratced from column "Organ features" and child text is extratced from the pharynx column, this is my database structure: Dat...
Acatalectic asked 29/7, 2018 at 20:58

4

Solved

Is it possible to save and restore the state (which items are collapsed and which not) of an ExpandableListView in Android? If it is possible, how can I do that? Can I access the ExpandableListV...
Crosspurpose asked 24/5, 2012 at 22:44

5

I would like to expand all children while the expandable list view is populated. Currently my code looks like this: ExpandableListView listView = (ExpandableListView) findViewById(R.id.view); int ...
Sruti asked 29/7, 2011 at 12:50

2

UPDATE - Added experimentation result Is it possible to implement an ExpandableListView to have a viewpager child? I tried to put viewpager as a child in ExpandableListView but it is not showing ...

3

I want to set 3 expandablelistview in single screen i want to add multiple expandablelistview XmlLayout //this is my scorllview <ScrollView xmlns:android="http://schemas.android.com/apk/res/an...

5

Solved

I have a ListView. Initially, the ListView contains some data. When the user clicks on an item, another layout will be dynamically added to that item so it's height will be increased. Right now, w...

8

Solved

I cannot solve an issue with the getGroupView-method. the problem is that the listener setOnCheckedChangeListener is getting invoked to many times. Let say i check a certain checkbox-item. Then...

4

I have using a expandable listview with Group indicator display right side of the list, in this i have title name is single line my output like this in above image my indicator is looking good...
Metabolize asked 24/4, 2013 at 12:17

7

Solved

I have group indication with small icon, and i use groupIndicator to call the selector to draw it but I see android by default stretch that icon to fits the text size how can i prevent that behav...
Shepperd asked 21/11, 2011 at 13:46

4

Solved

Friends, I am trying to write a application which use checkbox in ExpandableListView, I got a problem here which is maintaining checkbox state of the application, I got the example from here , my ...
Tillage asked 21/2, 2011 at 16:45

4

I want to use ExpandableListView inside ScrollView with other views but i faced the problem of self scroller in ExpandableListView l tried to disable it but the problem is with the height of the Ex...
Favouritism asked 29/4, 2015 at 12:20

3

Solved

I would like to know if it is possible to put an ExpandableListView as one child of one element of another ExpandableListView. Thanks
Hako asked 13/9, 2011 at 12:10

4

Solved

How to display more than 3- level of expandable list view, I am getting only examples for 3-Levels expandable. Referring this :three-level-expandable-list In this example he adding one more Expan...
Azarcon asked 12/9, 2013 at 13:26

2

Solved

I'm trying to do the ExpandableListView to use two different layouts depending on item type. At this time I made basic functionality except one thing: after selecting a group in the listview, the c...
Simmons asked 5/9, 2012 at 16:52

3

I need to set padding for the TextView in every row of ListView or ExpandableListView. I try to use android:padding and child (paddingLeft,...) but without any results. How can I do? Thanks EDIT: ...
Sharasharai asked 3/9, 2012 at 14:54

2

Solved

In Android Studio 2.1.2, if i create a default navigation activity I get this view: Which uses the following activity_main.xml file: <?xml version="1.0" encoding="utf-8"?> <android.sup...

3

Solved

Users are getting the following exception in my app on certain phones. I tried reproducing the error myself but couldn't . I searched through stack overflow for similar problems and tried their sol...
Bicentennial asked 2/6, 2015 at 0:39

5

Solved

I am implementing Expandable List view in android and i am getting the above titled error. Please help me. Main activity is - package com.expand; import android.app.Activity; import android.os....
Compte asked 20/4, 2012 at 21:2

© 2022 - 2024 — McMap. All rights reserved.