expandablelistview Questions
4
Solved
I have built a Listview with ExpansionTile. But Now I want that if I tap on an ExpansionTile then only that ExpansionTile should open and other Expanded ExpansionTile should close.
Please help me ...
Disorganization asked 14/5, 2020 at 6:36
8
Solved
Here is my layout code. When i click on the expandable list view it does not expand. However, if I increase the height of list it expands. Is there a way to increase the height of list dynamically ...
Corot asked 9/6, 2015 at 12:22
2
Solved
I have created Kotlin Code with static values:
I wanted to know how can I create the same with jetpack compose? I don't know
Code:
class TestApp : AppCompatActivity() {
var listAdapter: Expanda...
Stressful asked 31/8, 2021 at 3:58
4
Solved
I am running into a problem where I am wanting to remove the space between expansion panels of an expansion panel list when the panels are expanded.
Images of unwanted behavior, these images are t...
Indiscipline asked 5/3, 2020 at 22:42
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
4
hi every one i need a expandable table view for my data,
Is it Possible to create like this in tableView.In my Data each one having different Childs,below is my data
-A1
-A1.1
-A1.1.1
A1.1.1.1
...
Niu asked 26/8, 2015 at 7:3
2
Solved
For those encountering the same problem as me I'll leave this here:
I was trying to set up a OnItemLongClickListener for an ExpandableListView and wanted to know which group was clicked. Following...
Vesuvianite asked 15/7, 2013 at 16:34
3
Solved
I am trying to implement SubMenu under Navigation Drawer Menu. There will be only One group menu. See the following image what I want to do. Currently I have only added the main menu from a xml men...
Digestif asked 10/3, 2017 at 17:55
2
Solved
In my Activity, I change the underlying data HashMap for my ExpandableListView, and then call
((BaseAdapter) myExpandableListView.getAdapter()).notifyDataSetChanged();
However, the app crashes a...
General asked 24/6, 2013 at 10:45
4
Solved
First a short overview of my code, i hope its understandable:
I have a class called ToDoElement with a few variables.
I have another class called ToDoListe which manages the ToDoElements in an Ar...
Gao asked 13/2, 2012 at 12:20
13
In an ExpandableListView, is there a way to hide the group indicator for groups with no children?
Tasker asked 10/11, 2010 at 13:45
3
Solved
How to make an Expandable ListView using Flutter like the screenshot below?
I want to make a scrollable list view of ExpansionTileswhich when expanded shows a non-scrollable list view.
I tried ...
Switzerland asked 25/5, 2018 at 13:17
3
Solved
I want to change the ExpandableListView group indicator to right with padding.
I used custom adapter to load data to ExpandableListView.
This is my ExpandableListView xml.
<ExpandableListVie...
Swirly asked 20/3, 2014 at 9:26
7
Solved
Trying to create an ExpandableListView. The initial view with the groups shows up fine. However, when I click the list item, my arrow does not change. See the images below.
How can I change the...
Wolbrom asked 19/3, 2013 at 13:53
16
Solved
As regards to expandable list view, the group icon indicator is positioned to the left side, can I move the indicator and positioned it to the right? Thanks.
EDITED: Since I don't want to extend t...
Styracaceous asked 27/4, 2011 at 6:46
5
I'm using
<ExpandableListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ExpandableListView>
i want add animation sli...
Particular asked 17/12, 2013 at 6:5
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...
Hydrophyte asked 13/6, 2012 at 4:40
5
Solved
I have to move the indicator from the left to the right (because of the plane image). I couldn't succeed also because the expandableviewlist is inside a fragment and not inside a whole activity. ...
Rook asked 11/2, 2014 at 15:37
1
When i try to set the adapter to my ExpendableListView it expects ListAdapter but i want to use a custom ExpandableListAdapter which extends BaseExpandableListAdapter
This is my ExpandableListView:...
Striated asked 29/8, 2019 at 12:25
9
I want to put divider only between parent elements. When i set
android:divider="@drawable/divider" android creates divider between parent elements, but creates divider between child elements too. ...
Spittoon asked 14/7, 2011 at 14:34
5
Solved
I have an ExpandableListView inside a NestedScrollView (yes I know, it is not good to have a scrolling view inside another scrolling view but I don't know what else to do, please do tell me if anyb...
Qualm asked 3/6, 2016 at 3:40
6
Solved
I am making an app in which i have to use given images for expandable list view .Actully i am talking of indicator icon and its size which navigate the path.Can anyone tell me how to change that im...
Succinate asked 28/11, 2011 at 9:21
2
I have implemented expandable listview using this tutorial:
But my requirement is to create a nested expandable listview.
Something like this:
Movies
Hollywood
Coming Soon
abc1
abc2
abc3
N...
Autogiro asked 21/10, 2013 at 6:16
6
Is it possible to have a nice slide up/down effect when expanding/collapsing an item of a ExpandableListView?
If yes, how?
Thanks in advance.
Falkner asked 8/1, 2012 at 18:59
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...
Laaland asked 9/4, 2019 at 19:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.