[android-developers] Re: Self-restarting service

2009-11-02 Thread Jayd16
I suppose you could try having a parent service that only has the job of keeping your other service alive. Essentially it could be crash proof if you made it simple enough. I'm not sure but I think services and activities can execute code when they're paused or closed. Hopefully when something

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Jayd16
I'd love one if you could send it my way. Thanks On Oct 31, 11:20 pm, Auguste Lunang legraphi...@gmail.com wrote: Hi, i have some google wave. invits to share. tell me if u want .. thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Speech Recognition

2009-11-02 Thread Jayd16
Hmmm, You can set what language to use. Can you create a locale with a dictionary of only the words you want? That would be the most efficient way to do this. The other way is to look for yes or no in the list if extra words. It might be a performance hit but it will give you less falls