[android-developers] Re: Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread [EMAIL PROTECTED]
There is a fundamental difference between the two... to get notified of an incoming email you either have to make periodic calls to an email server or you need to develop a pseudo-push technique... as to the latter read through here:

[android-developers] Re: Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread code_android_festival_way
Well thank you for your answer. Email: I just want to be notified when the pre installed Gmail app got a new message. Is there no broacast sent when it does? (that would make it very easy to react uppon this) SMS: Thank you for that. I'm looking into that now. On 11 Dez., 12:14, [EMAIL

[android-developers] Re: Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread Mark Murphy
code_android_festival_way wrote: I just want to be notified when the pre installed Gmail app got a new message. Is there no broacast sent when it does? (that would make it very easy to react uppon this) Bear in mind that the pre-installed GMail application is not necessarily pre-installed on

[android-developers] Re: Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread code_android_festival_way
Thanks for your answer. This is true and I will keep that out of my application now. Thanks for this advise. Is there a possibility to catch new voicemail messages? On 11 Dez., 13:44, Mark Murphy [EMAIL PROTECTED] wrote: code_android_festival_way wrote: I just want to be notified when the