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.

Set Viewpager height inside Scrollview in android

I have to show a viewpager (An image and text below the image in pager row) inside a scrollview. I'm …

android android-viewpager android-scrollview
Android ScrollView gets cut off at the bottom

I am trying to programmatically add form fields picked from an HTML file to a LinearLayout. I have a next …

android android-fragments android-linearlayout android-scrollview
How to determine if a NestedScrollView is scrolled to the end and is idle?

Tried that : NestedScrollView ns =(NestedScrollView) findViewById(R.id.nested_scroll); ns.setOnScrollChangeListener(new NestedScrollView.OnScrollChangeListener() { @Override public void onScrollChange(NestedScrollView …

android scrollview android-scrollview nestedscrollview android-nestedscrollview
Add a sticky header to parallax scrolling - android

I want to have a parallax scroll in my application much like the spotify app with the 'sticky' header. This …

android parallax android-scrollview sticky
How to make a RadioGroup scrollable in Android?

I have a simple layout wherein there is a TextView, followed by a RadioGroup followed by another TextView (and finally …

android android-scrollview android-radiogroup
Android ScrollView not respecting child's bottom margin

I have an android layout_file that looks something like the following <ScrollView xmlns:android="http://schemas.android.com/…

android android-layout android-scrollview