Questions tagged [expandable]

Expandable refers to a property of some UI elements which can be expanded by a user gesture such as hovering or clicking on them.

301 questions
0
votes
2 answers

To set adapter for a Expandable listview

I'm trying to set an adapter for a expandable list view as follows: public class CompanyProfileAdapter extends BaseExpandableListAdapter { Context context; ArrayList searchresultList; ArrayList
0
votes
2 answers

Expandable List View items without Group

I'm trying to implement an expandable list view for a navigation drawer menu. I was wondering if there was a way to make it so that only one of the items in the menu could expand? For example, opening the navigation drawer menu would…
Robert Sun
  • 43
  • 1
  • 5
0
votes
1 answer

I want to go layout

I have a expandable list view and I want to go a layout(or layout's class) when click child items. How can I do it? My recently method is displaying toast... // Listview on child click listener expListView.setOnChildClickListener(new…
Eren
  • 75
  • 8
0
votes
1 answer

Expand Animation to work on both sides? (on negative axis)

I implemented an ExpandAnimation on view like this: @Override protected void applyTransformation(float interpolatedTime, Transformation t) { LayoutParams lp = (LayoutParams)…
Oguz Ozcan
  • 1,694
  • 19
  • 26
0
votes
2 answers

how to segue to a detail view from created tableview cell in Expandable/Collapsable UITableView

I am kinda new in Xcode and now I am working on a Expandable/Collapsable UITableView. The basic idea is to create new sub dropdown cells when the first master cell is clicked and subcells can segue to a detail view. But I hope to segue to a detail…
Clark
  • 1
  • 2
0
votes
0 answers

Expandable Grid with jQuery (Demo attached)

I am trying to rebuild a similar function like this, scroll to our family http://www.ludlowventures.com/ But without success :-( can anybody help? A example with Bootstrap in JS Fiddle or similar woud be perfect! I have tried a lot but nothing to…
0
votes
1 answer

how to get array size only when check box is checked

hi i m new to android i m working on expandable list and i have a sub list of checkbox, so i need to display only checked items size how can i do this ,,,, thanks in advance expListView.setOnChildClickListener(new OnChildClickListener() { …
vaijunath
  • 1
  • 2
0
votes
1 answer

How to create another activity on Expandable List View Child what gonna present recent and upcoming event pulled from Database?

I'm working on my project where I created Expandable List View with Men's and Women's sports. Each of them expands the list with sports like soccer, baseball, basketball, volleyball, golf. Now I'm at the point where I have to click on the one of the…
espresso_coffee
  • 5,980
  • 11
  • 83
  • 193
0
votes
1 answer

expandable listview in android code

** I want to add an expandable list view in the fragment of my android code but I am unable to do it. I have also seen all the posts related to this topic in this website but I can't find a good answer. can anyone help with it??…
Amit
  • 11
  • 3
0
votes
0 answers

Expandable java system

I've been asked to create a java system capable of expand itself by plugins, however i'm a little confused in how exactly should i do that, my initial idea was to create a folder in the system's root path and create a routine that would read that…
Paulo
  • 29
  • 2
0
votes
1 answer

Android list with one expandable item

is there possibility to make list with only one expandable item ? I found many samples and tutorials how to make expandable list with all items expandable.
Tymcio
  • 13
  • 4
0
votes
1 answer

Android ListView recycled - expandable item

I've created an expandable item for a ListView and the view is recycled correctly. The problem is when I expand one of these items, some hidden items are also expanded, which is clearly what I don't want. For example, if I expand the item in 2nd…
Manitoba
  • 8,522
  • 11
  • 60
  • 122
0
votes
0 answers

Change Sidebar Menu to Right Side

I recently purchased a template with an expanding sidebar, that slides out from the left side like so: However, I need this menu to be on the right side of my page. I have most of the code work figured out. I got the menu to slide out from the…
KateG
  • 107
  • 1
  • 3
  • 17
0
votes
1 answer

How to make JSF Primefaces Tree expandable

Is it possible that all tree nodes expandable by default at the beginning?Because i bring data when i click the expand icon. FiderRepository fiderRepository = ConversationManager .getInstance().applicationContext …
akinKaplanoglu
  • 728
  • 2
  • 8
  • 26
0
votes
0 answers

Making a view's dimensions expand with its animations

So I have a basic "expandable" textview. Basically, what it does is, on the click of the title, it makes a TextView visible and animates it coming in from the top. My problem is: when I click the title, the "empty space" for the TextView is added…
user1282637
  • 1,827
  • 5
  • 27
  • 56