The ExpandableListView is a standard Android widget that shows items in a vertically scrolling two-level list. Groups can be expanded or collapsed to show/hide their child items.

learn more… | top users | synonyms

1
vote
1answer
25 views

Scoll to specific list item in ListView

I make Fake ExandableListView(Adapter) with ListView(Adapter). (Because I need more customizing) One List Item contains GroupView and ChildView (default visibility is gone) Then I change visibility ...
0
votes
1answer
9 views

ExpandableListView CheckBox doesn't trigger onClick event

In my ExpandableListView, each child row contains a CheckBox and a TextView. Everything works perfectly (finally!) when I tap on the TextView. However, when I tap on the Checkbox, its state changes, ...
0
votes
1answer
14 views

Refreshing a ListView From insider the Adapter without startActivity

I have a clickListener inside of the getChildView of an ExpandableListView. When the user clicks on one of the children, that row is removed from the list. I need to refresh the list view to reflect ...
0
votes
1answer
22 views

Nullpointer on expandGroup() in ExpandableListView

I'm working on an ExpandableListView with a connected adapter. Basically I want all groups to be expanded at all times, or atleast upon creation. To solv this am i trying to build a expandAll() method ...
0
votes
1answer
18 views

Get groupPosition from custom onClick event

I have Expandable List View with custom adapter, there is TextView and Button in each row. In custom adapter's getChildView() i have code: ImageButton btnAddSigns = (ImageButton) ...
0
votes
0answers
12 views

how to change color of pressed groupitem in expandableListView in android

I have made a very simple expandableList in android,now i wan tis when the groupitems of that list is clicked its color should be changed, i have tried following code that doesn't worked..please ...
0
votes
0answers
9 views

Expand/Collapse Checkbox Issue with ExpandableListView

PROBLEMS: I have two fragments, one with an ExpandableListView, and another that maintains a list of values. Each time an element is checked, that value is added/deleted. However when the user checks ...
0
votes
0answers
23 views

Refresh ExpandableList fragment

I am trying to make 3 different views of ExpanableList for each fragment of my activity. I have 3 buttons, each button is other fragment. When I push second button I change currentPage, so my ...
0
votes
1answer
27 views

how to bind groupitems and childItems individually in expandableView in android

I have made a simple android application for the ExpandableListView demo for learning pupose,i have made following things please help me.how to bind data to particular child and Groupitem.I have tried ...
-3
votes
1answer
22 views

populating Expandable listview using database in android [closed]

Can any one help me in populating the expandable listview? My problem is Im getting parent header info from a database, based on header info of expandable listview i want fetch the child elements. ...
0
votes
4answers
32 views

android - Can I Add ExpandableList in Dialog?

I want to show an ExpandableList in a Dialog. Is it possible to do so ? If yes then how ? Please help me out.
0
votes
1answer
19 views

Select Checkbox when its Value Equals the String from the EditText field

Problem: In my app, there exists two different ways for a user to add an item to a list: via a TextField and via checking an element in an ExpandableListView. Every time the user enters an item into ...
2
votes
0answers
65 views

Android : getChild() EditText values on button click in ExpandableListView

I'm developing Expandablelistview in Android. In the GroupView has only a title and every group has different ChildView. This code is working fine and i'm able to see different ChildView's in every ...
0
votes
0answers
16 views

Searching working implementation of ExpandableList on FragmentActivity

I am developing Android application. I want to create class ViewPage which extends FragmentActivity. In each fragment I would like to have ExpandableList. I've tried several examples of ...
0
votes
0answers
12 views

Adding TextField Items to ExpandableListView's Checkboes

There are two different ways to add items to a list in my Android App. The first is to enter text into a field, and then hit a button to update that list (add/delete depending on whether it exists). I ...
0
votes
1answer
27 views

How to find clicked view in expandableview and display more then 1 child in android

I have for example. two parent items, where first have one child and second have 3 child. How to display it. And if I have have second parent view then i did not find this view click on log. I want to ...
0
votes
1answer
22 views

Load data from multiple loaders/cursors into a listview in android

I'am loading data into listview from cursors by initiating multiple loaders. I want my listview to show the data from all cursors but data in listview is changing immediately with a 2 seconds interval ...
0
votes
2answers
26 views

Android ExpandableListView Where to Place onClickListener

I have an ExpandableListView. Each child has a CheckBox and a TextView. When a user taps a child row, the CheckBox is supposed to change its state (checked vs unchecked). This works correctly if the ...
-3
votes
0answers
8 views

How to populate ExpandableListView dynamically with data that we get on the fly? [closed]

I am using android ExpandableListView with PinnedHeader. Also I have a SideBar of alphabets same as there in phone contacts. I get data on the fly by sending query to servers. Each time I want ...
1
vote
1answer
22 views

Empty View in Expandable List Adapter

I have an expandable list that I am creating using a custom adapter class extending BaseExpandableListAdapter. Is there a way for me to add an empty view child under each of the groups in my ...
0
votes
0answers
14 views

Refresh items in ExpandableListView

I have an Activity that contains an ExpandableListView. In certain cases, the user has the ability to add items to one of the expandable lists. When they do so however, I cannot get the list to ...
0
votes
0answers
17 views

convert ListFragment to ExpandableListFragment

i want to convert list fragment to ExpandableListFragment but i don't know how can i do that . my application still now have listfragment on the left side , once item click details fragment will ...
0
votes
0answers
37 views

How to change the background of ImageView in child view of Expandable ListView at run time

I have an Expandable listView in which data is populated from Xml file after parsing. My custom Adapter namely NewAdapter populate the content in Expandable list. My problem is arises from ...
1
vote
1answer
27 views

Add header in ChildView from ExpandableListView (Android)

I'm trying to find a solution for my answer through the Internet but I can't find a good one. I looked this topic: Android ExpandableListView Child Headers but it doesn't work for me. What I have now ...
0
votes
1answer
77 views

ListView background strangely scales

I want to apply custom background to my ExpandableListView. The ExpandableListView is inside the slidingMenu. Here is the styles: <style name="Widget.SlidingMenu.ExpandableListView" ...
0
votes
1answer
17 views

retrieve original adapter from expandablelistview with header

I'm using a ExpandableListView with a custom adapter that extends BaseExpandableListAdapter. Now I want to add a header to that expandable list, so instead of using my apapter to get the view of the ...
0
votes
1answer
29 views

Converting from a BaseExpandableListAdapter to a SimpleCursorTreeAdapter in a Expandable List View application

Expandable list view application, I trying to change my adapter from a BaseExpandableListAdapter (RuleBookAdapter.java) to a SimpleCursorTreeAdapter (RuleBookTreeAdapter.java) to access my content ...
0
votes
1answer
45 views

How to change specific ExpandableListView Child Row backgrounds based on property of item stored in row

I have an ExpandableListView that holds certain objects. These objects store a property that determines the background of the view which they are held in. My question is, how do I make sure that these ...
0
votes
1answer
24 views

Spinner as one of the items for a child of ExpandableListView

There is a expandable List View with Spinner as one of the items for each Child. The issue is the content of parent getting affected on select of item from the spinner. And also on selection of item ...
0
votes
0answers
17 views

How to set a button within an expandableListView as the group indicator

I have created an expandable list view, each row consist of 2 textView(s) two image views and one button. The expandable list view creates a groupIdicator to allow for the expansion. My problem is i ...
0
votes
1answer
42 views

Initializing CheckBoxes in ExpandableListView

I have an ExpandableListView where each row consists of a CheckBox and a TextView. When the group is expanded, I need to initialize each of the check boxes based on data pulled from a sqlite database ...
0
votes
0answers
43 views

android three level expandable list view

hey, according to this question Android double expandable listview hides items if list is too big I've implementend my own three level expandable list view. The code is like the same as from the ...
0
votes
1answer
18 views

ExpandableListView - setOnChildClickListener and get Parent/Group view

How can i have access to group view by setOnChildClickListener() ? I want to change the group item background when the child has been clicked.
0
votes
3answers
57 views

ExpandableListView child click listener not firing

Not sure why my onChildClick isn't firing. Everything works perfectly, except that when one of the child items is tapped, absolutely nothing happens. Otherwise, the expandable groups work as expected. ...
0
votes
3answers
48 views

Two ExpandableListView inside a scrollView

I have two expandableListView inside an activity, At first, i put them inside a LinearLayout, but when the first expandableListView expands too much item, i cannot see the second: <?xml ...
0
votes
0answers
81 views

Expandable List View Tutorial [closed]

I am using json parsing into listview but as i need to seperate the listview into sections its becomes complicated as on click lisview have many functionality. Can you please give me some links for ...
0
votes
0answers
40 views

Android Expandable ListView State not saving Properly on orientation change

Hi Everyone iam having trouble with expandable Listview inside fragment while orientation change . i have a list fragment on left and on click of item details fragment will be shown on right; on ...
0
votes
0answers
15 views

ExpandaleListView Scrolling in android

I am using an expandable listview in android. My layout has a exapndablelistview now the problem is explained with the 3 images below. My first image that i get when the activity starts. It ...
0
votes
1answer
43 views

ExpandableListView : Always show first child, even when collapsed

I 've got an ExpandableListView and its adapter expanding BaseExpandableListAdapter. I've implemented all the required methods, so it works now. The problem is that I need a particular behaviour of ...
0
votes
0answers
43 views

Android ExpandableListView with clickable links in child TextView won't expand when touching TextView

I have been searching for a solution to this issue which seems rather trivial. I have an ExpandableListView with various child elements, including a TextView. I would like links to be detected in the ...
0
votes
0answers
30 views

Animate Group Expansion in expandable list view

I am using expandable list view for my app. Everything is working correctly, but I want an animation when a group is going to expand i.e all the childs should come with an animation when a group is ...
0
votes
3answers
65 views

how to put an expandable list inside a ActionBar tab fragment?

Hi im a bit noob in android so i hope anyone can help me i have an actionBar tab fragment, and i wanted to make a expandable list with data and put it on the fragment, i´ve been searching online but ...
1
vote
1answer
38 views

Dynamic Seperator in ListView

I want to parse json into list view. { "Submenus": [ { "MenuName": "Pizza", "SubMenu": [ "Pizza Margherita ", "Pizza al Prosciutto", "Pizza al ...
0
votes
1answer
60 views

expandableListView within fragment

i have an android app wich contains a ActionBar tab fragment and i want to put the expandableListView in the fragment how do i do that? here's my code: This is ActionBarActivity public class ...
0
votes
0answers
23 views

getActivity? How to use ActionSlideExpandableListView in ListFragment?

Getting Unable to start activity ComponentInfo Error. public class MyListFragment extends ListFragment { public static final String TAG = MyListFragment.class.getSimpleName(); public void ...
1
vote
0answers
63 views

Expandable ListView with Drag and Drop Item

I want to reordering item in expandable listview. is it possible? If possible than please help. Thanks
0
votes
1answer
70 views

3 level expandable listview 3rd level truncated

apologies for the code dump - if you prefer the github version this is the code I'm working from: https://github.com/Barbelos/ThreeLevelExpandableListVIew The list is working fine except for one ...
0
votes
1answer
111 views

Checkboxes get checked inside a expandable list view in android

im working on a android app that has a expandable list view with checkboxes as children of each group, all the info is from a SQLite DB and the only problem i have is that when i check some checkboxes ...
0
votes
0answers
80 views

Expandable list view not working in jellybean and ics

I have implemented expandable list view using simple expandable base adapter with custom parent and child layout. It works fine in Galaxy Ace.The list view expands and shows child layout. when I run ...
-1
votes
1answer
54 views

Load JSON data and create an ExpandableListView

I need to do the following: load json data from a url create an expandablelistview based on the json information I know that the http requests have to be async, so I am using AsyncTask to do the ...

1 2 3 4 5 20