expandablelistadapter Questions

4

Solved

I am making a menu which includes a custom ExpandableListView adapter. Despite trying to match my code as close to the API examples and any other examples I've seen online (including multiple close...
Awfully asked 27/3, 2013 at 3:12

11

Solved

I can't for the life of me figure out why my ExpandableListView doesn't expand... I have used log statements in just about every click listener I can find for the ExpandableListView and it doesnt l...

1

I want to create an expandable list with viewpagers as subviews. The problem is now that with my code it calls the getChildView method twice and thus creates my viewpager twice. I also tried it wi...

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

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

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...

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

Is it possible to only expand one child of an ExpandableListView at a time, thus opening a second child would close the previously opened child?
Heshvan asked 22/10, 2011 at 20:32

1

I have a very specific Question. I am using the android databinding library: https://developer.android.com/topic/libraries/data-binding/index.html I have a datamodel like this: Class Participant ...

2

Solved

Has anyone had any luck adapting PinnedHeaderListView so that it can be used with an ExpandableListView instead of just a simple ListView with indexed sections? I basically want an ExpandableListVi...
Recruitment asked 6/6, 2011 at 6:35

2

Solved

i have a ExpandableListActivity with an custom Adapter. if the custom row of the adapter contains a imageViewall is done, but if i change this view from imageView to imageButton, the expandable li...
Demitria asked 26/3, 2012 at 22:41

2

Solved

I am trying to set a background color for item when the user click on a child item in my expandableListView. Here is the code : expListView.setOnChildClickListener(new OnChildClickListener() { @...

3

Solved

I am working on the ExpandableListView I have completed the work, now only one thing that I want to do is I don't want the ListView to be DropDown on click of the Expandable List View rather I want...
Rubicon asked 8/8, 2011 at 6:23

1

I worked a lot to create **N-level expandableListView. I am able to make it to any level but my requirement is to maintain the state of opened groups even after scroll. I tried with multiple ways b...

1

Solved

In my project I am trying to access the adapter(BaseExpandableListAdapter) set to a ExpandableListView by calling getAdapter() method. But getAdapter() returns android.widget.ExpandableListConnecto...
Neglectful asked 17/8, 2015 at 12:27

5

Solved

I have a custom adapter that uses an onclickListener to change the parent text, I can't figure out how to get the notifyDataSetChanged method to work within the adapter. what should happen is I ha...

2

Solved

I am using an ExpandableListView along with a ViewPager so in onPageSelected() I need to clear the list. I know one way to do it for a ListView is setAdapter(null) but I get The method setAdapter...
Console asked 14/1, 2014 at 13:7

3

Solved

I have the following adapter in my Activity. I have set a CheckBox on the GroupView that when touched will check/uncheck the child views (which also have a CheckBox). The state of the CheckBox(tru...

1

I have a fragment which contains an ExpandableListView. I would like to be able to select and delete items by group. I would also like to be able to select multiple group items for deletion, via a ...

4

Solved

I'm looking to write my own ExpandableListAdapter which operates similarly to ArrayAdapter. My data model is this: public class Group { private String name; private List<Child> children...
Precontract asked 4/3, 2011 at 0:3

2

i want to implement expandable list view with multiple child layouts. all works fine but problem om,child view..child not appear on appropriate position.... here is my code...PLZ HELP ME.. i think...
Woodenhead asked 3/4, 2014 at 7:40

1

Solved

I'm trying to work with a simple ExpandableListView and I can't figure out why I get that NPE at ObtainView. I should have only one parent and few more children which should be opened on click on t...

1

Solved

I have a ListView where every row is an image+text. I have implemented this list as a seperate list using a ViewHolder to optimize scrolling. Now I'm trying to use the same visual effect but this t...
Procurer asked 22/3, 2014 at 21:15

1

Solved

I am new to android development and also using expandable listview for the first time. I am creating an app where in I get all the contents of d expandable listview from webservice. I get all conte...
Diazonium asked 22/4, 2013 at 17:30

© 2022 - 2024 — McMap. All rights reserved.