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 can I make my layout scroll both horizontally and vertically?

I am using a TableLayout. I need to have both horizontal and vertical scrolling for this layout. By default I …

android android-widget android-scrollview
Android: ScrollView vs NestedScrollView

What is the difference between ScrollView and NestedScrollView? Both of them, extend FrameLayout. I want to know in depth pros …

android xml android-layout android-scrollview android-nestedscrollview
Detect end of ScrollView

I have an app, that has an Activity that uses a ScrollView. I need to detect when user gets to …

android android-scrollview
Recyclerview inside ScrollView not scrolling smoothly

For my app I am using a RecyclerView inside a ScrollView where the RecyclerView has a height based on its …

android android-recyclerview android-scrollview android-scroll
Recyclerview Changing Items During Scroll

I have a RecyclerView. Each row has a play button, textview and Progressbar. when click on the play button have …

android android-scrollview android-recyclerview
Android scrollview onScrollChanged

I have a fixed content in my text view inside a scroll view. When the user scrolls to a certain …

android android-scrollview onscrollchanged
How to Programmatically Scroll a ScrollView to Bottom

I've a problem I can't solve: inside a ScrollView I only have a LinearLayout. By a user action I'm programmatically …

java android android-layout android-scrollview
Hide scrollbar in ScrollView

I have an app with a ScrollView, and I don't want the scrollbar to appear on the screen. How can …

android android-scrollview
Android: ScrollView not scrolling with keyboard out

I've got a layout with some views, from which one is an EditText. The layout easily fits on one page, …

java android android-layout android-softkeyboard android-scrollview
Android: RelativeLayout in ScrollView

I have a RelativeLayout with multiple ImageViews and when I turn around the screen, the ImageViews become disordered. So I …

android android-layout android-scrollview android-relativelayout