[android-developers] Re: Updating the UI via IPC, Handler runs on the wrong thread

2008-04-22 Thread Romain Guy
Hi, Use onPause.post(Runnable), it's safer. -- Romain Guy www.curious-creature.org On Apr 22, 2008, at 13:25, vol <[EMAIL PROTECTED]> wrote: > > Some quick background: In an effort to teach myself Services, IPC, and > the general interplay, I have been creating a Music Player program. > There

[android-developers] Re: Updating the UI via IPC, Handler runs on the wrong thread

2008-04-22 Thread vol
Nevermind, I just realized (had pointed out) that I was using dispatchMessage instead of handleMessage. Thanks anyway! vol wrote: > Some quick background: In an effort to teach myself Services, IPC, and > the general interplay, I have been creating a Music Player program. > There is a Music Play