Expandable refers to a property of some UI elements which can be expanded by a user gesture such as hovering or clicking on them.
Questions tagged [expandable]
301 questions
0
votes
3 answers
Make my Custom ArrayAdapter ListView expandable?
I have a custom ListView that I fill with my custom ArrayAdapter. I read and parse json data from URLs and fill the ListView with this. It works perfectly when I read the first file. Now I want to be able to add more data (older posts) to my…

Phoebe
- 169
- 3
- 10
0
votes
1 answer
Get child view from Expandable list View
I am using expandable list view in my app.
I am setting Background color for my selected items in my expandablelistview.
When the fragment is started,my expandablelistview first child will be selected by default.But I want to get the first child…

AndroidCrazy
- 334
- 8
- 23
0
votes
1 answer
Custom ExpandableListView crashes at "setAdapter"
I'm trying to make a custom ExpandableListView, but it always gives a NullPointException. I've tried debugging it and it always crashes at myExpandableList.setAdapter(listAdapter)
I've searched for other solutions, sending the context in…

juanzack
- 77
- 9
0
votes
0 answers
Android:one button id,many buttons, one view id, using getTag(),setTag()
I am able to display all or selective number of records using getAllRecords() and getRecord(long id). The thing is i want to display a different record for each view button on my expandable list child.each child has a view button attached to it.the…

user2468835
- 79
- 1
- 7
0
votes
1 answer
How can I expand widget Expandable ListView to 10 layers?
I'm developing a Expandable ListView up to 10 layers .
I am using the following code to the second layer could only go forward .
I have used the following code:
public void onCreate(Bundle savedInstanceState) {
try{
…

user2261110
- 51
- 1
- 7
0
votes
0 answers
How can i add a Expandable listview to the end of a page in a scrollview?
I need to place an expandable listview to the end of a page that displays some data in a scrollview. Basically the listview contains some user comments for the page. The page contains a lot of dynamic data so that it can be placed in a scrollview…

Ajith M A
- 3,838
- 3
- 32
- 55
0
votes
1 answer
Expandable box in javascript
I am having some trouble with aligning four div boxes next to each other, Or more correctly, I have aligned my two “head” boxes next to each other but my problem is that I am using them as a expand-collapse container and those boxes will make a…

Leo
- 63
- 1
- 14
0
votes
2 answers
Making a grid with expandable boxes
I'm having a bit of trouble with a grid of boxes i'm making in CSS and jQuery.
The problem is, that the boxes has to expand when you click on them, and they do, but when you click on the one farest to the right, it has nu room to stay on line and it…

Rasmus Wølk
- 355
- 1
- 2
- 12
0
votes
1 answer
Header image not resizable in expandable table
I am pretty new to Xcode and this simple problem has been driving me mad! I have created an expandable table that works fine. This is some of the code on a UIView subclass for the section that expands when you tap on a cell:
-…

luliger
- 33
- 1
- 6
0
votes
1 answer
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 example, if the title of the first items is "Ducados",…

NullPointerException
- 36,107
- 79
- 222
- 382
0
votes
1 answer
Android: ListView with expanding LinearLayouts as items causes duplicates
I'm trying to write a test application that consists of a few fragments.
One fragment should contain a listView of all music artists from the device.
Each item of this list is a linearlayout starting with a TextView with the artist name and an empty…

moonbone
- 11
- 1
0
votes
1 answer
how to create expandable list inside a linear layout
I have in a scrollview defined three main linear layout.
When on click on one of this layout I would like to expand a list with different options. How to do that?
I have something like this:
Currently I…

mary mary
- 3
- 2
0
votes
1 answer
Custom Expandable List with different content
I want to create a activity where contains first fix content like buttons and images and then a expandable list. But in the expandable list as well I want to appear different content like google maps map, images, calendar, text... like I put in the…

Iban Arriola
- 2,526
- 9
- 41
- 88
0
votes
2 answers
android expandable List (drop left)
I would like to build a list like image.
1.
2.
3.
4.
when click on item "1" i would like appear like this (two lists).
1 1.1
2 1.2
3
4
when click on item "2" i would like appear like this (two lists).
1 2.1
2 2.2
3 2.3
4
when click on item "3" i…

user1705941
- 41
- 5
0
votes
1 answer
Expandable content div and background functionality
I'm new to web design/developing, and have a few questions.
Firstly, I'm interested in finding a method of making content within a page expandable, but not sure how it would affect the image that is set as the background, as well as the rest of the…

Eric Brown
- 51
- 6