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

636 questions
-1
votes
3 answers

Showing another background when reaching the end of the NestedScrollView

I've checked this concept in many websites, and wanted to make it in my app. The idea is simple, having a static background, for instance a color as a background in the app, and when the scroll is in the ends, it shows some trees in the bottom. It's…
Jaeger
  • 1,722
  • 7
  • 20
  • 49
-1
votes
2 answers

Android Scrollview Height Dynamic Adjustment

I have a nestedScrollview inside a CoordinatorLayout. Now, there are 5-6 views inside nestedScrollview and there visibilty will change depending on the data available via network. The issue is that scrollview always takes the same height (total of…
-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?
NAP Developer
  • 3,353
  • 1
  • 21
  • 35
1 2 3
42
43