Re: [android-developers] Infinite horizontal scroll

2011-09-20 Thread Benjamin LE CUN
Exactly what I needed, thanks TreKing ! -- 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...@go

Re: [android-developers] Infinite horizontal scroll

2011-09-19 Thread TreKing
On Mon, Sep 19, 2011 at 10:32 AM, Benjamin LE CUN wrote: > Would anyone have a suggestion ? Fake it. Have your adapter return some absurdly large number for it's count so the system thinks it's huge and will continue to scroll. Set your initial starting position to the halfway point. You will ha