I am implementing expandable list view but I want the children to be recycler view.
I have looked through the forum but haven't found a solution. Can someone help me a link to the explanation of just help me solve this? I am stranded.
I got a way out guys...It is possible to do that. A recycler view can be a child of an expandable list view. Implement it normally just like any other view but it should have its own adapter.
Related
I would like to create a list layout similar to Yahoo Esports app.
They seems to be using some nested scrolling layout but I have no clue how to implement it. I tried to add a recycler view inside another recycler view but the nested scrolling is not working :(
Can someone please help me on this?
Refer to SuperSLiM library https://github.com/TonicArtos/SuperSLiM.This Recycler view library will help you achieve exactly the layout you mentioned above.
I want to create Expandable list view with dynamic child view. Child View has different view. I follow many url but nothing fits on my requirement. Please help me.
I find a library for you Expandable List View
With this library you can define diferents layour for parent and childs.
Hope it helps you!!
I can not use android gallery view since it is deprecated. I need to implement it using horizontal scroll view. but there is no view recycling ability default. can any one suggest how can I implement it with view recycling functionality.
You should Go with ViewPager. i.e android.support.v4.view.ViewPager
1) It Help you to get Horizontal Scroll Swipe
2) It also Recycle the View as you wanted
Follow this tutorial
Here
Hope this is HelpFul...
I have a one custome view and on expandable list view.
list is scrolling fine but when i tried to place both in a scroll view its not working.
I decided to place the custom view in one of the element in the expandable list view.
But, each element in the list has two items Group and Childs.
How to replace both of them with my view at first position...?
Thanks in advance...!
Finally i got a solution for this.
Load your custom view into the ExpandableListView as Group with 0 children.
Then make group indicator invisible.. that's it. :)
I could create a View Pager and add fragments to it to behave as in the Android market.
Now, I have a list view inside one of the page. Is it a good idea to add View pager to list view row. Do you think it will affect the main View Pager, or is there any other better approach? Thanks.
Here is the solution.
how to implement fling in android listview