Re: [android-developers] Broadcast Receiver and Remote Service

2010-01-20 Thread Kevin Duffey
I am not entirely sure if I understand.. but is it possible when you raise the alert dialog, it's a different activity and that may be why it seems it's not working? Maybe you have to do something in the alert dialog... or maybe it blocks the main activity thread and that is why? On Wed, Jan 20, 2

[android-developers] Broadcast Receiver and Remote Service

2010-01-20 Thread Natalie
Hi everyone, I'm hoping to do some audio processing in a remote service (service I've spawned onto its own thread); this will basically occur in a while (1) loop - so constant processing. Occasionally I want to provide some information back to the activity that is bound to the service; I'm doing t