Questions tagged [android-scroll]
195 questions
0
votes
2 answers
Load images to listview dynamically
I'm having 4 groups of contacts(Type1,2,3,None). i want to load different images 3 for Type1,2,3, if contact belong to None then listview shouldn't contain any image.. This is my code
@Override
public View getView(int position, View…

Pradeep
- 2,530
- 26
- 37
0
votes
3 answers
Auto Scroll Text In TextView
I have textview with specific height and i have so many sentences within that textview. I have implemented scrollbar within that textview to see whole content. But i want to implement auto scroll and i am not getting the way to implement this auto…

Zankhna
- 4,570
- 9
- 62
- 103
0
votes
4 answers
Position of objects in relativelayout
I'm a beginner in Android. I use Eclipse to program my app. When I create an .xml class and I want to set the specific position of a button, I use this code for example:

Andre D La O
- 33
- 1
- 5
0
votes
1 answer
how too have Automatic horizontal scrolling of layout in android after few seconds
I have a listview which contains some textview and imageview. i have a horizontal scroll of this layout.
Below this layout i have another layout which is static for all the items of listview. so now I want the listview items to scroll horizontally…

Vaibs
- 1,128
- 3
- 16
- 36
0
votes
1 answer
How to handle ImageView inside a ListView?
I have a ListView inside an Activity and each of its item is customized to have some TextViews along with a DropDownList item and an ImageView. Inside an OnScrollListener() implementation each item of a listView gets populated using an ArrayAdapter…

Abdul Rehman
- 373
- 6
- 15
0
votes
1 answer
ListView NullPointer Exception when scroll
i have a problem with my listview. I have a list whit headers.
List: artistas_list
header: artistas_list_s
In the header i wan put a letter ( A , B, C, D, .... )
All works fine except when scroll the list. When scrolling appear a null pointer…

Lasecun
- 126
- 1
- 13
0
votes
1 answer
how can I kong when gallery is start scroll and stop scroll
I had a gallery and I rewrite it from gallery in Android source code.
Now i wanna get the start and stop state of it, how can I do this?
I just wanna know when did gallery start and stop, so I can make my animation start stop correctly!

Jj.stifler
- 3
- 2
0
votes
0 answers
Table Layout inside Listview - Android 2.2
I am creating a table in which there will be several rows.
So i have used ListView (to make it scrollable) and then in that i create a table layout dynamically. and then i add rows dynamically.
But, my application crashes giving the error…

CamelCase
- 213
- 2
- 6
- 16
-1
votes
2 answers
Scrollview in two Linearlayouts?
I have 4 TextViews in my Activity and i am using LinearLayout with vertical orientation. Top one TextView is kind of header (no need to scroll) next one is some kind of description which i want to make scrollable. 3rd one is again a heading (no…

Rashid Faheem
- 49
- 1
- 8
-1
votes
3 answers
Enable scroll for scrollview not listview
I have a ListView inside of a ScrollView - but my issue is that I don't want the Listview to scroll, instead I want the listview to be fully expanded and just scroll the ScrollView up and down to see the items of the ListView. Can someone recoment a…

Darko Petkovski
- 3,892
- 13
- 53
- 117
-1
votes
1 answer
Android Webview content move top by click on Button
I am showing html file in web view , on that Web view I am having one button on bottom .After that scrolled down that html page I want to move top of that web view once clicking on that button .
I need some one's advice to rectify this immediately.…

Aks
- 1
- 4
-1
votes
1 answer
ScrollView and ListView to scroll Individually
this question is in co-relation with my previous question
Android listview not scrolling
if its possible to use ScrollView and ListView in a single layout with their own individual scrollbars

Pranav Sharma
- 692
- 2
- 9
- 22
-2
votes
2 answers
ScrollBar doesnt work in EditText
Hope all of you doing well.
My Problem is:
I have xml code like following:

Pratik Butani
- 60,504
- 58
- 273
- 437
-3
votes
1 answer
The text should appear from the beginning of the editText, not the end
I want the EditText to automatically scroll to the beginning, when focus is lost.

user3711846
- 1
- 1