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.

Scroll the screen up when keyboard appears

I have an activity with an editText in the middle. When I click on the editText the keyboard appears, and …

android scroll android-edittext keyboard android-scrollview
android RelativeLayout change height programmatically

I try change layout height programmatically. I have two buttons. In one button I change my layout position and second …

android android-scrollview android-relativelayout
Android Keyboard hides EditText

When I try to write something in an EditText which is at the bottom of the screen, the soft keyboard …

android android-layout android-edittext android-scrollview android-keypad
ScrollView not scrolling at all

I can't make a ScrollView properly scrolling. It always cut off the content on the bottom, as if it were …

android scroll android-linearlayout android-scrollview
Adding a Scroll View to the android layout

I have a relative layout in which i want to add a scrollView, the problem is when ever i add …

android android-scrollview
How can you tell if a View is visible on screen in Android?

I want to check if a View within a ScrollView is currently visible in Android. I am not checking if …

android android-view android-scrollview visible
how to make a relative layout scrollable when it has many children views?

my xml goes as shown below <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/…

android android-layout android-xml android-scrollview
Android ScrollView fillViewport not working

I have a simple layout with a name on the top, and a button which I want to be at …

android android-layout android-linearlayout android-scrollview android-relativelayout
How to set the starting position of a ScrollView?

I have been trying to set the initial position of a scroll View but have not found a way. Does …

android android-scrollview
Use RecyclerView inside ScrollView with flexible Recycler item height

I want to know if there is any possible way to use RecyclerView? Before this, I used RecyclerView with fixed …

android android-scrollview android-recyclerview scrollable