Hi,

I want to implement ListView widget that will scroll its elements in
loop. Like if we have 10 element in list we need to show 1, 2,.. after
10th element.
|1   2  3   4 5|
|8   9 10  1 2|
|10 1  2   3 4|

I suppose I need to extend ListView and probably override some
methods. But I dont know exactly which ones. I'm affraid  that
ListView can not be extented for this functionality and I will need to
write this control from scratch.

Please, advice if you have any ideas

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

Reply via email to