ListView has something called setEmptyView. In your xml, just add a progress bar.
And set this to the list view as empty view. That should work. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Dec 8, 6:28 am, n179911 <[email protected]> wrote: > Hi, > > In the android market app, the ListView shows a 'ProgressView' during the > loading of the content of the ListView, and then when the loading is done, > it shows the content of the ListView. > > Can you please tell me how to achieve that? > > Thank you. -- 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

