Thanks for the response...
  it very much solved the problem... i was not aware of the
notifyDataChanged() method  and the List8.java example in the API demos ..
as i was referring the SlowAdapter.java ...

 i really appreciate ur help .. Keep the good work..

thanks again..

Regards,
Sheik..

On Tue, Jul 21, 2009 at 10:34 PM, Moto <medicalsou...@gmail.com> wrote:

>
> Re-post sorry:
>
> Here is your solution:
>
> On your custom adapter make its data public to that you can
> append your new data to it as it downloads.  When you get say 10 items
> loaded you could trigger on the adapter notifyDataChanged.  The
> adapter will take care of adding the new items without
> moving the scroll bar... :)
>
> I think this would work :P
> >
>

--~--~---------~--~----~------------~-------~--~----~
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