javaandroidemailgmail

How do I execute some code when new email arrives in Android?


How can I execute some code when new email arrives (gmail) in Android?


Solution

  • I could get it work on myself with searching some source codes of different programs. But it is really hacky. If anyone interested, can take a look at GmailNotifier source code at GitHub.

    GmailNotifier notifies user when receive new GMail.

    P.S: And please note that, it is only for GMAIL. Not all email as title says.