Questions tagged [nestedscrollview]
308 questions
-1
votes
1 answer
How to handle scroll in NestedScrollView
What I want to do is to handle the scroll NestedScrollView.
But when I "setOnScrollChangedListener" to it, and then I scroll the view, nothing happens, the method "setOnScrollChangedListener" even isn't be called...
Who could tell me why? And when…

Kelsey
- 31
- 5
-2
votes
1 answer
Nested Scroll inside UIViewController
I want to make a screen where user can have a design like a scrollview with two UIView on top and then below these views there can be a collectionview because user can scroll collectionview cell horizontally with paging and inside…

Murtaza Mehmood
- 104
- 6
-2
votes
1 answer
gridview use widget nestedscrollview xml
when i add gridview and use widget nestedscrollview xml in my project i have this problem
this code i try to right from youtube i see more than 20 video but the same problem all video old and use android.support.v4.widget.nestedscrollview in…

Yazan
- 33
- 4
-2
votes
1 answer
Recommend me android best layout structure for this
Hello currently I am working on android and I am stuck to implement the structure picture above.
I need to add and delete the CardView in the list.
I have tried it with RecyclerView and also used NestedScrollView to avoid double scroll, but…

yongwoo
- 65
- 1
- 1
- 7
-2
votes
1 answer
RecyclerView in fragment not taking scroll behaviours from nestedScollView in parent activity
I have an activity contains viewPager inside linear layout inside nestedScrollView and i have 3 fragments inside viewPager and inside each of it recyclerView
the problem is viewPager not taking the width of the fragment so when i scroll the…

Mohammad Sommakia
- 1,773
- 3
- 15
- 48
-2
votes
2 answers
RecyclerView in NestedScrollView with horizontal-scolling
I want to result like this:
which can do horizontal-scrolling.
But in fact, like this below:
Which can't display all item and not horizontal-layout.
who can help me ? thanks. other way can reach my wanted result here?

Seven
- 1
- 1
-2
votes
1 answer
Viewpager with Nestedscrollview and Recyclerview loading with jerk android
I have used ViewPager with NestedScrollView and RecyclerView. All is working fine expect while loading the screen the recycler view loads first and then view pager with jerk(not smoothly) and its not look good.
Right now I am implementing with…

Piyush
- 18,895
- 5
- 32
- 63
-3
votes
1 answer
RecyclerView inside NestedScrollView, load Imageview
Update Question
I like RecyclerView using Glide, because image will be load when item has appeared in the screen.
Example : 100 item, 10 item has appeared in the screen, glide just load 10 item.
But when RecyclerView inside NestedScrollView, image…

Tomtom DeCrab
- 35
- 8