Skip to main content
358 votes
26 answers
252k views

I've searched around for solutions to this problem, and the only answer I can find seems to be "don't put a ListView into a ScrollView". I have yet to see any real explanation for why though. The ...
DougW's user avatar
  • 30.3k
921 votes
32 answers
736k views

I am displaying text in a TextView that appears to be too long to fit into one screen. I need to make my TextView scrollable. How can I do that? Here is the code: final TextView tv = new TextView(this)...
Muhammad Maqsoodur Rehman's user avatar
294 votes
34 answers
339k views

I have an android layout which has a scrollView with a number of elements with in it. At the bottom of the scrollView I have a listView which is then populated by an adapter. The problem that I am ...
Zapnologica's user avatar
  • 22.6k
343 votes
26 answers
288k views

I'm trying to implement a layout which contains RecyclerView and ScrollView at the same layout. Layout template: <RelativeLayout> <ScrollView android:id="@+id/myScrollView"> ...
royB's user avatar
  • 13k
228 votes
9 answers
137k views

I have a ScrollView that surrounds my entire layout so that the entire screen is scrollable. The first element I have in this ScrollView is a HorizontalScrollView block that has features that can be ...
Joel's user avatar
  • 6,253
96 votes
13 answers
131k views

I have an app, that has an Activity that uses a ScrollView. I need to detect when user gets to the bottom of the ScrollView. I did some googleing and I found this page where is explained. But, in the ...
Fustigador's user avatar
  • 6,489
117 votes
19 answers
161k views

I would like to enable ScrollView and disable it by a Button Click. Disable means like if the ScrollView wasn't there, and enable it returns the ScrollView. I want that because I have a gallery with ...
Omar's user avatar
  • 8,175
160 votes
19 answers
196k views

Is there any way to scroll a ScrollView programmatically to a certain position? I have created dynamic TableLayout which is placed in a ScrollView. So I want that on a specific action (like clicking ...
Arun Badole's user avatar
  • 11.1k
243 votes
19 answers
198k views

I would like a ScrollView to start all the way at the bottom. Any methods?
Noah Seidman's user avatar
  • 4,429
193 votes
19 answers
126k views

For my app I am using a RecyclerView inside a ScrollView where the RecyclerView has a height based on its content using this library. Scrolling is working but it's not working smoothly when I scroll ...
Bart Bergmans's user avatar
93 votes
1 answer
150k views

I have multiple LinearLayouts with a combined height that easily exceeds a device's screen height. So in order to make my layout scrollable, I tried adding in a ScrollView, but unfortunately I get the ...
user2407147's user avatar
  • 1,570
85 votes
8 answers
136k views

I am using a TableLayout. I need to have both horizontal and vertical scrolling for this layout. By default I am able to get vertical scrolling in the view but horizontal scrolling is not working. I ...
mudit's user avatar
  • 25.6k
100 votes
16 answers
107k views

I have a RecyclerView. Each row has a play button, textview and Progressbar. when click on the play button have to play audio from my sdcard and have to progress Progressbar The problem is when i ...
Arya's user avatar
  • 1,747
67 votes
13 answers
75k views

When I try to write something in an EditText which is at the bottom of the screen, the soft keyboard hides the EditText. How can I resolve this issue? Below is my xml code. I'm using this in a ...
Robin Royal's user avatar
  • 1,850
35 votes
5 answers
36k views

I'm trying to create a custom viewpager inside custom scroll viewthat dynamically wraps the current child's height. package com.example.vihaan.dynamicviewpager; import android.content.Context; ...
Vihaan Verma's user avatar
  • 13.2k

15 30 50 per page
1
2 3 4 5
14