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. >
Thanks Sagar, Plz suggest if there exists any other possible method for achieving my goal, rather than doing it with threads. In short, is there any provision here in android to make any delay or pause, just like Thread.sleep() ? -- 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

