Top "Android-scrollview" questions

An Android widget that allows scrolling of its only child if it is too big for the screen's visible area.

How to use Recyclerview inside Scrollview

I'm trying to show horizontal recyclerview items and vertical recyclerview items inside an ScrollView Scrollview didn't work even If i …

android android-recyclerview android-scrollview
ScrollView disable focus move

I have a simple input form; it's a vertical LinearLayout with EditTexts inside a ScrollView. <ScrollView android:layout_width="…

android focus android-scrollview
Dynamic height viewpager

I'm trying to create a custom viewpager inside custom scroll viewthat dynamically wraps the current child's height. package com.example.…

android android-viewpager android-custom-view android-scrollview
Toolbar will not collapse with Scrollview as child of CoordinatorLayout

I am trying to follow the Google Docs on using the CoordinatorLayout but i am having an issue with the …

android toolbar android-scrollview android-toolbar coordinator-layout
Difference between ScrollView and ListView

Can any one explain the difference between Scroll View and List View? When to use which one? And which one …

android android-listview android-scrollview
How do I set background image with picasso in code

I know picasso loads image into imageview etc but how do I set my layout background image using picasso? My …

java android picasso android-scrollview android-relativelayout
How to Hide ActionBar/Toolbar While Scrolling Down in Webview

In Google chrome and play store. the app can hide the actionbar while scrolling and allows the user to Browse …

android android-webview android-scrollview android-scroll
How can i scroll vertically the ConstraintLayout?

The content of the main activity looks like: the main screen looks like (all this inside ConstraintLayout): image title date …

android android-scrollview android-constraintlayout
Android scrollview hiding top content in layout

Im having a problem where the android scrollview starts hiding a pair of textviews I have at the top of …

android android-layout android-xml android-scrollview
Android: Listview's bounce to scrollview

Any way of adding ListView's bounce effect to regular scrollview? By bounce I mean the rubber band like effect when …

android android-widget android-animation android-scrollview