I want to put button on HorizontalScrollView in android like << A B C >> I have 10 textview like A B C D E...Left button must hide on Leftmost and Right button should hide when i am on last.
Asked
Active
Viewed 235 times
0
-
What do you already have? What have you tried? – nhaarman Feb 08 '12 at 09:41
1 Answers
0
Do you want to scroll when the buttons are clicked, or are they just to indicate the list continues?
If it's the second case, you could use an OnScrollViewListener
to detect when the scroll has reached the limit. Check out this post for more information:

Community
- 1
- 1

JuanMa Cuevas
- 1,162
- 9
- 22