Hmm. It might work. Question though, what would you recommend for a SimpleCursorAdapter in this case? What's the best way of telling the cursor to load more records when it reaches the bottom?
On Jan 18, 11:50 pm, "for android" <[email protected]> wrote: > I guess that is what you need... > > On Mon, Jan 19, 2009 at 10:08 AM, Torgny <[email protected]> wrote: > > > That's the Slow Adapter that just replaces each list item with a > > temporary item as the list is scrolling. What about actually loading > > data as the bottom of the list is reached? > > > On Jan 18, 11:33 pm, "for android" <[email protected]> wrote: > > >http://code.google.com/android/samples/ApiDemos/src/com/example/andro... > > > > On Mon, Jan 19, 2009 at 9:43 AM, Torgny Bjers <[email protected] > > >wrote: > > > > > The only one that closely resembles this behavior is the Slow Adapter > > demo > > > > which only replaces list items with a text during scroll/fling, that's > > not > > > > what I wanted though. I wanted to tell an adapter to load more data > > when the > > > > end of the list is reached. > > > > > On Jan 18, 2009 11:10 PM, "Dianne Hackborn" <[email protected]> > > wrote: > > > > > If you run the ApiDemos app, go to View and then ListView and you will > > see > > > > a bunch of different examples. Try them out until you find the one > > that > > > > does this. (I also seem to recall there being one, but can't remember > > > > which.) > > > > > On Sun, Jan 18, 2009 at 7:13 AM, Torgny Bjers <[email protected] > > > > > wrote: > > Where? I've been... > > > > -- > > > > Dianne Hackborn > > > > Android framework engineer > > > > [email protected] > > > > > Note: please don't send private questions to me, as I don't have time > > to > > > > provide private support. ... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

