Questions tagged [expandablerecyclerview]

an Android library to allow for an expanded view to be attached to each ViewHolder.

Expandable RecyclerView is a library written to allow for an expanded view to be attached to each ViewHolder. To allow for full functionality of a normal RecyclerView, the RecyclerView has been modified to use two types of ViewHolders, a child and a parent with the ability to customize each separately.

This library has been deprecated.

98 questions
0
votes
0 answers

Unable to use Expandable RecyclerView in Coordinator Layout. Huge gap between

As you can see from the image there is a gap between two group elements of Recyclerview which will expand to show its child items. When expanded Code
Aliy
  • 406
  • 6
  • 21
0
votes
1 answer

How to clear childViewHolder focus when parentView collapse?

I don't know how to remove edit text focus after I clicked / type on the edit text. The application stopped running when I clicked on the collapse button. This is the error it gives out:- FATAL EXCEPTION: main Process: my.mimos.fssm.fosimapp, PID:…
0
votes
1 answer

Expandable recylerview with first item of the list open on start of the activity?

I am working on Xamarin Android.I have implemented an expandable recycler view whichs open on click of the view(here linearLayoutRatingCard). The card is the view which opens on click of the linearLayoutRatingCard. But I want the first item of the…
0
votes
0 answers

Android : Expandable list adapter

I've got problem with adapter to present data. I've got object with few list inside it and need to display data from them. I need to present : date * flight number * duration * regular fare price with currency and here are my model classes : public…
Bartos
  • 1,007
  • 3
  • 15
  • 38
0
votes
1 answer

Expandable RecycleView header and adapter

I am using this library to make a expandable RecyclerView I made my own version of it so I can define the header but It's giving me I think I made something wrong because It's giving me this error. What I want is: a way to make my own header…
Zacktamondo
  • 1,891
  • 3
  • 17
  • 33
0
votes
0 answers

How can i add sub child in child item using expandable-recycler-view?

I am using thoughtbot's expandable-recycler-view library and i have successfully integrated expandable-recycler-view. i have a question how can i make child view expandable? Like below. Item 1 ↓ Sub Item 1 ↑ Sub Item 2 ↑ Sub…
Raj
  • 844
  • 2
  • 11
  • 29
0
votes
1 answer

Transitional Expand/Collapse animations(Specific) in Expandable RecyclerView with Multiple Children

I have been looking around for a while and can't seem to find an Expandable RecyclerView with multiple children that would support transitional animations like the one in…
0
votes
1 answer

Recycler view notifyItemInserted empty space

I have an issue where i would like to fill the expanded space with a custom color or gradient in that matter. However RecyclerView works in a way that it expands the rows by leaving an empty space between items which results in seeing a white…
0
votes
1 answer

Expandable View in Android

Hi I'm currently working on styling my user info form, Can i ask someone on how to achieve when i press a certain imageview button my view will expand and vice versa. Sample Screen shot: If not expanded. When press the arrow down to…
iamcoder
  • 529
  • 2
  • 4
  • 23
0
votes
3 answers

Child item not showing up in expandable recycler view

This is my adapter class public class GenreAdapter extends ExpandableRecyclerViewAdapter { Context context ; LayoutInflater inflater ; public GenreAdapter(List
Naman
  • 39
  • 11
0
votes
0 answers

Expandable Image header with string items

Layout example I want to achieve something like that shown in the picture without using any external libraries. I have an ArrayList with objects and each of the objects has a String for the image url and an ArrayList for the string data. For…
V_Bano
  • 11
  • 4
0
votes
0 answers

Expandable RecyclerView: Value of edittext inside child changed on scroll

I have two buttons and one textview in each child row. those two buttons are used as triggers to count number and then write the number in textview. My problem is, the value of textview is always changes when i scroll the recyclerview and sometimes…
0
votes
1 answer

Expandable RecyclerView Adapter is not getting set

I am making Expandable RecyclerView. The problem is I have Data in ArrayList but Adapter is not getting set. I have tried by setting adapter after arrayListNotiTypes.add(new NotiTypes("About SMS", addNotiToParticularNotiType(jaSms, ""))); this line,…
0
votes
1 answer

Displaying horizontal recyclerview along with images and text in expandable listview

Click here to view the image Hi i want to display the horizontal recycler view with the images below the text view inside an expandable listview as shown in the image,how can i achieve this please help me,thanks in advance.
0
votes
1 answer

Handling click events inside ExpandableRecyclerView group view

I'm using this library to implement an ExpandableRecyclerView. The group view looks like this:
Zalarox
  • 148
  • 1
  • 10