expandablelistview Questions

8

Solved

I want to make only one item in the parent list expand at a time, my code for the onCreate is currently the following. (It works as I want, But the method to allow only one parent open at a time do...
Abysmal asked 2/2, 2012 at 20:43

2

I have a ListView which has an OnItemClickListener. On top of that, each row (CardView) has an OnTouchListener in order to implement a swiping gesture. The OnTouchListener reacts to ACTION_DOWN, A...

4

In my expandableListView I've made a custom button to expand/collapse the group and for expanding it works, but when collapsing no. with this code listView.setOnGroupClickListener(new OnGroupClic...
Raposa asked 12/4, 2011 at 20:39

3

Here I uses view and there code as per given below. <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <TableRo...
Caspar asked 7/4, 2017 at 11:6

8

Solved

I'm developing android application using expandable list view. Actually what I need is, I'm listing group, which contains child. If I select an unexpandable group, it should expand, after I ll se...
Verst asked 11/7, 2013 at 6:7

8

Solved

I would like my ExpandableListView to automatically scroll when the user expands a group, so that the expanded group header is at the top of the screen. I've tried smoothScrollToPosition, but this ...
Fouquet asked 6/10, 2012 at 19:10

4

Solved

I'm trying to add a header to an ExpandableListView like so: headerView = View.inflate(this, R.layout.header, null); expandableListView.addHeaderView(headerView); expandableListView.setAdapter(new...

2

Solved

I searched a lot to find a direct and clear solution for I think a popular problem but unfortunately I couldn't find it. We want to have a list of cardviews so each card bind to a specific data an...
Boyhood asked 7/7, 2016 at 3:0

2

I would like to be a able to create a Navigation Drawer that has some expandable, selectable items, and some non-expandable items. The consensus on StackOverflow for questions similar to mine point...

2

i'm pretty new to android programming and tried to implement a basic expandable listview showing a list of Courses which should show some additional details when clicked. i feel like the problem is...
Athematic asked 1/11, 2013 at 18:15

4

Solved

im blazilian so, my english is not good. So.. i need get view of group in expandablelistview for get your object tag throught view.getTag() method. follow me in this example: ExpandableListVie...
Washerwoman asked 1/10, 2013 at 19:21

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

6

Solved

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 expect...
Carrousel asked 3/6, 2013 at 0:20

1

Solved

I have two cell templates that appears in ListView. After clicking or taping on a cell, loading the second expanded (resized) template which is longer and shows more information. Problem is that I ...
Cardcarrying asked 25/11, 2016 at 14:6

4

Solved

So I've made this application for dreams analysis and it works very well on the phones, but on tablets the information in explists get blended as you can see in the picture below. That is, when yo...
Stepdaughter asked 26/10, 2016 at 6:54

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

4

In my app I am working with ExpandableListView. I am using adapter which extends BaseExpandableListAdapter. I want to refresh the ExpandableListView. My ExpandableListView consists of items with d...
Matherly asked 19/10, 2011 at 7:31

5

Solved

I've read about 30 pages from SO as well as tutorials about tracking check states in lists but info (especially working info) is scarce on doing so in an Expandable ListView. I've got the children...
Goniometer asked 1/2, 2014 at 4:22

4

Solved

I have an edittext inside an expandablelistview item child. Then, I entered a text inside this edittext, but whenever I click other expandablelistview header, the text I entered disappear. I alrea...
Turves asked 13/4, 2016 at 9:27

4

I'm trying to implement a recyclerview that behaves like my sketch below: The idea is that there is a parent list, when an list item in the parent list is tapped, that list item reveals a child ...

3

Solved

I have an AlertDialog populated by an ExpandableListView. The list itself works perfectly, but for some reason clicks are ignored. Apparently my click handler is never called. This is the code: A...
Inoperative asked 14/7, 2011 at 13:14

1

In my app I want to add N-level of expandable Menu in NavigationView like Paytm app screenshot is given below. I have tried to add ExpandableListView but didn't understand How to add N-level of exp...
Seagirt asked 8/6, 2016 at 6:58

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

1

RecyclerView has been introduced with Android L and is part of the AppCompat v7 library. I then decided to update my app with this brand new RecyclerView to replace my ListViews. For doing so, when...

1

Solved

The setup: I have a local SQLite database holding showtimes for movies. Some of the columns are "Date", "ID", "Time"... The intention: I want to put all of these showtimes into a ExpandableListVie...
Belgravia asked 15/4, 2016 at 14:55

© 2022 - 2024 — McMap. All rights reserved.