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
Expandable GridView height does not expand to the content's height

I am using this ExpandableHeightGridView class where the GridView"supposedly" stretches to the content's height since I am placing it …

android android-gridview android-scrollview expandable row-height
Is it possible to scroll a ScrollView with a ConstraintLayout in Blueprint Mode?

So I have been developing this layout using a ConstraintLayout inside a ScrollView. It works fine, but now I have …

android android-layout android-scrollview android-studio-2.2 android-constraintlayout
What is better, listview or a linearlayout in scrollview when items are very limited?

I will have a screen in which there will be 11 images one below the other, so thus the list will …

android android-listview android-linearlayout android-scrollview
ScrollView not scrolling to the end of inner LinearLayout's bottom margin

I'm having issues with a Fragment consisting of a ScrollView containing a LinearLayout. I'm trying to create an effect where …

android android-layout android-linearlayout android-scrollview