Tnx but that is not what I'm looking for.
I basically want to display an image (packed within form/view/
whatever) WITHOUT blocking the UI thread,

Can this be done?






On May 4, 8:16 pm, Jeff Sharkey <jshar...@android.com> wrote:
> Take a peek at AsyncTask, it can help you easily (and correctly)
> transition between UI and background threads:
>
> http://d.android.com/reference/android/os/AsyncTask.html
>
> j
>
>
>
> On Mon, May 4, 2009 at 10:02 AM,GiladH<gila...@gmail.com> wrote:
>
> > Hey,
>
> > I want to display a fancy 'loading' image at my app's startup time.
>
> > The problem: my startup code is mostly GUI related, hence needs to run
> > on UI thread.
>
> > Is there a way to do both - that is run UI-related code on UI thread
> > while an image
> > is displayed to the user?
>
> >GiladH
>
> --
> Jeff Sharkey
> jshar...@google.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to