better you use handler if your finds out any location then just call the handler.sendEmptyMessage() from there and handle that message and dismiss the progress bar in the handleMessage() method of handler.
Ch.B.Sagar. On Fri, Mar 2, 2012 at 11:56 AM, Narendra Singh Rathore < [email protected]> wrote: > > > > You don't need multiple threads, use AsyncTask. >> > > Thanks Treking for the suggestion. But, I am new for using AsyncTask. > May you please suggest any good tutorial for it? > > -- > 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 > -- 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

