Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

An Android dialog that displays a progress wheel or progress bar. Because it's an extension of the AlertDialog, it also supports buttons.

learn more… | top users | synonyms

0
votes
0answers
56 views

Android: ProgressDailog while starting a facebookdailog

In my app i have a icon , when i click the icon, using intent the facebook dailog will be opened, Intent menuSettingsIntent = new Intent(CityAttractions.this, ShareOnFacebook.class); ...
2
votes
2answers
296 views

Android: What is the Facebook app utilizing for ProgressDialog/Loading

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