Reputation: 111
Check this screenshot here: http://farm6.static.flickr.com/5174/5389868759_8021dedbb8.jpg
What are they utilizing to do that while loading the data? I've got my own progress Dialog setup, but I like how Facebookes and other apps I've seen have it inegrated right into the app as opposed to a new pop-up window.
Upvotes: 2
Views: 696
Reputation: 64710
They are probably using Window.FEATURE_PROGRESS and Window.FEATURE_INDETERMINATE_PROGRESS as mentioned here.
Upvotes: 0