I am move from one intent to another intent,the another intent collects the data from our own data base so,it takes so much time for appearing .In that idle time I want to display a animation like progerss dialogue etc.pleae give me the suggestions
Share
This snippet should give you an idea:
And
Activitycan manage dialogs itself, look foronCreateDialog(..),showDialog(..),dismissDialog(..).