Questions tagged [android-nestedscrollview]

A NestedScrollView is just like a ScrollView, but it supports acting as both a nested scrolling parent as well as a child. It works this way on both new and old versions of Android. Nested scrolling is enabled by default.

NestedScrollView is just like ScrollView, but it supports acting as both a nested scrolling parent and child on both new and old versions of Android. Nested scrolling is enabled by default.

Useful reference

694 questions
-1
votes
2 answers

Endless recycler view inside coordinatorLayout

How can we achieve endless recyclerview inside co-ordinator layout? Below is my layout.
-1
votes
1 answer

Toolbar is not being scrolled

After applying NestedScrollView to activity, toolbar is not being scrolled with the content. I have tried many scroll options and flags. Height and width parameters are not written here.
-2
votes
2 answers

Change the orientation recyclerview card size change

I have a RecyclerView with GrideLayoutManger. When I rotate the phone, the RecyclerView item card size changes. How can I solve this problem? Actual card size before rotating phone: After rotating the phone:
-2
votes
1 answer

ViewCompat.setNestedScrollingEnabled() not working on KitKat

ViewCompat.setNestedScrollingEnabled() is not working on KitKat. It does work fine on Lollipop. What maybe the issue and how to resolve it?
Najib.Nj
  • 3,706
  • 1
  • 25
  • 39
1 2 3
46
47