[android-developers] How to show a loading image or an animation?

2010-02-01 Thread Achanta
I have a search box and a web view in my activity.

I also have a search button which when someone clicks opens a the url
in the webview below the search box.

Everything is working fine except that it remains blank while the page
loads.
I want to show a loading message with a spinning icon/animation while
the page loads. [similar to one in the market app].

please let me know how to do it.
Thank you.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] How to show a loading image or an animation?

2010-02-01 Thread Temitope Akinwande
Hi,

You can check this out
http://developer.android.com/intl/fr/guide/topics/ui/dialogs.html#ProgressDialog
http://developer.android.com/intl/fr/reference/android/os/AsyncTask.html

From what I gather, you'll have to start a thread using AsyncTask and
that way you can show your progress dialog.
A search of progress dialog and async task should yield more results
as I'm sure this question has been asked before.

-Tope

On Mon, Feb 1, 2010 at 10:39 AM, Achanta krishna.acha...@gmail.com wrote:
 I have a search box and a web view in my activity.

 I also have a search button which when someone clicks opens a the url
 in the webview below the search box.

 Everything is working fine except that it remains blank while the page
 loads.
 I want to show a loading message with a spinning icon/animation while
 the page loads. [similar to one in the market app].

 please let me know how to do it.
 Thank you.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en