Any suggestion about implementing the recycler view with expandable items after some search only found there's an only expandable list based on the list view so if there are new things based on the Recycler view and recycler adapter also I givethoughtbot expandable-recycler-viewa try but it doesn't work with the notifyDataSetChanged Thanks on advanced.
Related
hi I have a doubt is it possible to place the expandable list view inside the another expandable list view??
if yes how to make the inner expandable list view match_parent with all the items showing after expanded??
I want to create an Expandable list View in which child view also having a list view.
please give me suggestion,
how to create this.
In this you can clearly understand what is expandable listview
Link: http://www.journaldev.com/9942/android-expandablelistview-example-tutorial
I have to create one screen which includes two lists
1) Recyclerview
2) expandable listview
When Recycler is Visible then i have to hide expandable list and when expandable list visible i want to hide Recyclerview. Everything is working fine. but i have some confusion i need to add swipe to refresh layout for both lists, how can i achieve these ? My problem is when there is no data in recycler view and expandable list swipe to refresh isn't working as expected . Any one have suggestions what should i do now?
You may use cache to store the data which is used in recyclerview and expandable list view formerly and then try refreshing the cache.
Hi guys I'm trying to implement a UI which I have attached below:
please suggest me in which way should I achieve it.
1) Using Custom CardView.
2) Using Custom Expandable list View.
screen 2
If you have too much items in your list, you have to use custom expandable list view. Because, you have to implement view holder pattern for better performance. Otherwise, you can inflate Custom CardViews in a layout and change visibilities to sub items.
Hi i am displaying items according to different categories using Expandable Listview.Now I want to display only items ,No need of parent name or parent indicator.is there any solution from expandable list view to diplay only child items .I don't have time Thats y i am displaying items from expandable list view(I am alredy developed this one) .So please give me some suggestions.It is very urgent.thanks in advance
I think you cannot have child view without group view in ExpandableListView. Which adapter you are using for populating group and child view?
You should use lisview instead which is easy to used.