I would like to auto scroll list view at specified time intervals
without user intervention. The time intervals will be supplied in an
array on integers  say 1000, 4000, 5000 in millisecs

I want to show the first list item as soon as the list launches
and then wait 10 sec to show the next list item on top of the list
(visible on the screen) and so on based on the time intervals shown
above.

What's the best way to accomplish this?

I was going through this <a href="http://groups.google.com/group/
android-beginners/browse_thread/thread/ea22a389eb900bbe?pli=1">thread</
a>  but the     getListView().setSelection() is taking directly to the
end of the list. There is no incremental update happening.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to