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 after few seconds. how can i achieve this.??
Asked
Active
Viewed 338 times
0
-
use a thread, make a while loop, every while loop animate the scroll and sleep for some time – Tobrun Oct 17 '12 at 09:17
-
can u elobrate the "animate the scroll" – Vaibs Oct 17 '12 at 09:48
-
If you are using a scrollview : ScrollView.scrollTo() else you should look at http://developer.android.com/guide/topics/graphics/view-animation.html – Tobrun Oct 17 '12 at 09:53
1 Answers
0
Thread are the only answer. You can use modified versions of thread named timer,Handler etc....

Hardik Trivedi
- 5,677
- 5
- 31
- 51