The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
25 views

why's getChildId-method in BaseExpandableListAdapter looping three times

I am working with BaseExpandableListAdapter and cannot really undertstand why the method getChildId(int groupPosition, int childPosition) loops three times when I click the one and only child that ...
0
votes
0answers
22 views

Expandable listview repeating group data Android

I have a custom BaseExpandableListAdapter, Populating the ExpandableListView works fine. This is my list that i'm passing has this structure structure: public Class GroupList{ String ...
-1
votes
0answers
17 views

Setting same background on ExpandableListView parent and child

I am writing an ExpandableListView and I want to set a same background on parent and child of ExpandableListView like following: But this is what it happens like, I have a custom adapter for this ...
1
vote
1answer
41 views

Android ExpandableList - Image Loader - Simple Adapter

i need very much our help. I need create a expandableListView and put inside more images loaded to url. Now i have this: i take the text to file xml but i dunno how show in image my image dinamic. ...
1
vote
0answers
19 views

Android SimpleExpandableListAdapter display parent, even if child - empty

I have such java code: SimpleExpandableListAdapter expListAdapter = new SimpleExpandableListAdapter( this, ...
0
votes
0answers
12 views

How to add an ExpandableListadApter in a MergeAdapter from cwac

I am using the MergeAdapter from: https://github.com/commonsguy/cwac-merge I want to add an ExpandableListadApter to the MergeAdapter but it currently takes in a type 'ListAdapter'. Does anyone know ...
0
votes
1answer
48 views

ExpandableListView extended using BaseExpandableListAdapter but reading from Sqlite DB example

Senior Geeks. I'd like to request a simple but fully working example of how to implement an ExpandableListView while extending from BaseExpandableListAdapter Yet Reading data from an Sqlite Database. ...
0
votes
0answers
51 views

Expandable listview without children

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 contents ...
0
votes
0answers
39 views

ExpandableListView very slow to expand

For one of my customer, I have implemented an expandable list view but it is really slow to expand (more than 6sec for 5 items in the list) and I can't figure out why. A little help would be really ...
1
vote
0answers
61 views

Use PullToRefreshExpandableListView in Fragment

I used library for list view pull to refresh in Fragment and it is very good library : https://github.com/chrisbanes/Android-PullToRefresh Now I want to use PullToRefreshExpandableListView . I ...
0
votes
0answers
22 views

Using ArrayList to populate ExpandableListView (using custom ExpandableBaseAdapter) unable to delete group rows

I am storing custom Alarm objects in an ArrayList to be displayed on an ExpandableListView using a custom list adapter that extends BaseExpandableListAdapter. When my app loads, the adapter populates ...
0
votes
1answer
63 views

Getting selected child from expandable listview then go to new activty in android

Please check my code below: public class Expandable extends ExpandableListActivity implements OnChildClickListener { ExpandableListView exp; String[] parentList = { "Timeless", "The ...
3
votes
2answers
79 views

Retrieving ChildItem from ExpandableListView?

I am trying to retrieve childitem when user clicked on the childitem of ExpandableListView.For that my Activity and ListAdapter classes are as follows.. MainActivity:- public class MainActivity ...
0
votes
1answer
71 views

onChildClick Event for ExpandableListAdapter not working

I've been looking at other people's answers on this question, but so far nothing seems to be working. Currently I have an ExpandableListAdapter built from one of the examples that came with the SDK. ...
0
votes
1answer
22 views

How do I move the groupCursor parameters to the childCursor?

I not really sure if that is the correct title. However, what I need to do is add some sort of parameter to my getChildrenCursor so that it only shows the children for that particular group and not ...
1
vote
0answers
196 views

Expandable List View checkbox is checking multiple boxes

I have a expandable list view with child check boxes. The check box is defined in the child_helper xml with the id "check1". For some reason it seems that multiple check boxes are linked together ...
0
votes
0answers
40 views

Mono Android ExpandableList: Move item from a group to another

In my application, I have a list of rules that the user can activate or desactivate. I want to display it in an ExpandableList with two groups: active and disabled, and with a checkbox on every item ...
0
votes
1answer
174 views

ExpandableListView with 2 items every row, get child values

I am using ExpandableListActivity in combination with ExpandListAdapter. My layout: --------------------------------- | <TextView> | | | ...
0
votes
1answer
217 views

getChildView not being called

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 closely ...
0
votes
0answers
14 views

ExpandabeListview Custom ID

Can you set a custom id to a group and child? I have my own id's I need to use. So each group has its own id and i child its own id ? I know with a ListView adapter you can do this : @Override ...
0
votes
0answers
62 views

Android API 2.2 progress bar disappears

I realy checked my code hundred times, but I can't get rid of this bug or whatever this is. I have a simple progress bar which I set up with a single value dynamically. The problem is when I click ...
0
votes
0answers
16 views

Why is expandablelist adapter.getGroupCount() returning 0

lv is my fully populated Expandablelistview. which is working just fine and populating perfectly. But strangely getGroupCount() is returning 0. Log.d("group count: ...
0
votes
1answer
40 views

ExpandableListAdapter in a DialogPreference

Im trying to add an ExpandableListAdapter to a DialogPrefence. My layout <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/channels_list" ...
0
votes
0answers
53 views

After text changed with Expandable listview not functioning properly

This is my part of my base adapter... when i enter a number in a child edit text view and close expanded list... it actually changes the child in every group to the same number but it should only save ...
0
votes
1answer
100 views

Getting unique id in view hierachy of getchildView(…) in android

How to get/identify unique id in view hierarchy. below is my code snippet fot getChildView(...) public View getChildView(int groupPosition, final int childPosition, boolean isLastChild, View ...
0
votes
0answers
121 views

Adding different xml layouts to each child view in android

I am inflating child xml layout that repeats up to specific numbers using expandableListview. I want to show two other xml layouts as header and footer of each child. (Remember header and footer to ...
0
votes
1answer
111 views

Radio Buttons inside expandable list remain when expanding other child elements

I want to make an expandable list of radio groups in my android app. each element of the list should contain (when opened) several individual radio groups. So far I am testing with only one radiogroup ...
0
votes
0answers
47 views

ExpandableListView Click delegate overrides normal behaviour

I want to create a simple custom ExpandableListView in Xamarin.Android. The problem should be the same on Android but in C# instead. I can't seem to add a OnClick listener to a View (parent or child) ...
0
votes
1answer
43 views

Using union clause throws exception when using a ExpandableListAdapter

I am trying to show a ExpandableListView using a ExpandableListAdapter. I am having several problems. The first was using UNION as follows: Cursor cur = db.rawQuery("select ig._id, ig.nombre, 0 ...
0
votes
0answers
204 views

Repeating children in Expandable listView android

I am developing three level expandable listview in android. but my child nodes are populating in duplicate order. Here is my source code: public class CarPanel extends ExpandableListActivity { ...
0
votes
0answers
35 views

Android Add alphbetical order to child in EpandableListView

I know how to do an alphabetical order on a ListView in my BaseAdaptor, in the getView methode, i do something like that . How to do the same thing for an expandable list view ? >>>> public View ...
0
votes
1answer
104 views

can ListView be inside ExpandableListView?

can we have ListView inside ExpandableListView so that I can have group level first and then array of child (listView). i already finish from listview classes and it works perfectly! but how to call ...
0
votes
0answers
29 views

Is it possible to have an expandablelistview inside expandablelistview?

Is it possible to have an expandablelistview inside expandablelistview? that extends BaseExpandableListAdapter? can someone give me a good tutorial for this? im confused where to put the codes of the ...
0
votes
1answer
66 views

Is it posible to have separatedlistadapter inside expandablelistadapter?

i would like to have a separatedlistadapter like this written by Jeff Sharkey INSIDE Expandablelistadapter.. Is it possible? an adapter inside an adapter? I already have my expandablelistadapter ...
2
votes
0answers
178 views

How to put different layouts for child items in ExpandableListView?

I develop an Android App, so I'm trying to use the ExpandableListView to use two different layouts for each child. But I have a problem and can't seem to fix it. I thought the problem was that I ...
1
vote
3answers
41 views

ExpandableListView callbacks not synchronized

I'm extending an ExpandableListView to create my own listview and the adapter callbacks are implemented in the following way: @Override public int getGroupCount() { return ...
0
votes
2answers
161 views

Creating Custom Expandable textview

I want to create an Expandable TextView, like what we get in message threads. The size of the TextView is not fixed but depends upon the text length and number of lines. It also has borders which ...
0
votes
0answers
33 views

android BaseExpandableListAdapte indicator

I have BaseExpandableListAdapter and i would like to hide indicator by date (there is any child) To solve this problem I have created group indicator for list: <?xml version="1.0" ...
0
votes
0answers
155 views

Android ExpandableListView inside an ExpandableListView: 3rd layer isn't shown

I had an ExpandableListView where the parents had just a TextView (a date) and the childs had an ImageView and a TextView (representation of my entries). Now I have to add another layer to the list ...
0
votes
0answers
127 views

Custom BaseExpandableListAdapter takes wrong groupelement

I have made a custom ExpandableListAdapter: package project.edsys_lernsoftware; import java.util.ArrayList; import Client.Logik; import Common.Karteikasten; import android.content.Context; import ...
0
votes
0answers
129 views

Image in Simple Expandable List

I am totally new in Andorid App programming, so I have problems to put Icons in a expandable list. I have created a expandable list with SimpleExpandableListAdapter. But I want to add images/icons in ...
0
votes
0answers
109 views

Android ExpandableListAdapter EditText: adding TextChangedListener always to the same object

I am facing a huge problem in Android developpement. Here it is: - I have an Activity with an ExpandableListView inside its layout - I set the adapter of this ExpandableListView with a class I made, ...
0
votes
0answers
174 views

SimpleCursorTreeAdapter and CursorLoader for ExpandableListView with my layouts

I am trying to create SimpleCursorTreeAdapter and CursorLoader for ExpandableListView with my layouts. Here is my Fragment class which implements the CursorLoader public class ContactFragmentNew ...
0
votes
2answers
174 views

onCheckedChangeListener for the checkbox in expandable lists

I have created an expandable list view with custom group and child views. Each group and child has a checkbox. Please tell me how can I set the custom onCheckedChangedListener for the group and child ...
0
votes
2answers
92 views

ExpandableListView IndexOutOfBoundException

i have a problem using the ExpandableListView in android. I am trying to build a simple expandable list with checkboxes using package Names installed on the system as group, and exposed activities as ...
0
votes
0answers
95 views

Efficient way to update one of the childs of a ExpandableListView group?

I have a ExpandableListView with some groups, and each group haves only one child, with a string on it. I have a thread that get's some updated data and each second calls a handler that updates the ...
5
votes
3answers
345 views

Android Expandable list selector behaviour

I am facing a major problem with my selectors in Android Expandable list view. Here is my code Expandable list view. public class UserMenuAdapter extends BaseExpandableListAdapter { private ...
0
votes
3answers
294 views

how to change text color in SimpleExpandableListAdapter

i am using ExpandableListFragment to create an ExpandableList inside a TabHost fragment i got the code for ExpandableListFragment from here https://gist.github.com/1316903 it seems to work fine ...
0
votes
1answer
123 views

Android Custom font in Custom ExpandableListAdapter

I am trying to use custom typeface in a custom expandable listview. However, when I try to do this, initially, the text and the typeface are not visible for the ExpandableListView, when the Viewpager ...
0
votes
1answer
140 views

How to work with ExpandableListView?

Wellcome all I have a ExpanableListView that i'm testing. I have a problem with the expand icon of the items. The icon is being painted overlaying the text title of each item. It means that for ...

1 2 3 4