[android-developers] Re: Progress bar like in android market

2009-07-22 Thread sheik ahmed
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

[android-developers] Re: Progress bar like in android market

2009-07-21 Thread Moto
Repost sorry: Here is your solution: On your custom adapter and 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. This will just refresh the data and take care of showing the

[android-developers] Re: Progress bar like in android market

2009-07-21 Thread Moto
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

[android-developers] Re: Progress bar like in android market

2009-07-20 Thread Tony
haha On Jul 20, 7:15 pm, sheik sheik...@gmail.com wrote: Kindly look into it ... anyone out their On Jul 17, 2:17 pm, sheik sheik...@gmail.com wrote: Kindly look into it .. i wanna know how to show the last index in the list after getting the response... On Jul 16, 10:46 

[android-developers] Re: Progress bar like in android market

2009-07-20 Thread sheik
thanks..for look into it.. On Jul 20, 5:19 pm, Tony xingxin19860...@gmail.com wrote: haha On Jul 20, 7:15 pm, sheik sheik...@gmail.com wrote: Kindly look into it ... anyone out their On Jul 17, 2:17 pm, sheik sheik...@gmail.com wrote: Kindly look into it .. i wanna know how