Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 Android 中的电子邮件客户端。我正在使用 javamail API 连接 IMAP 和 POP3 帐户,它们运行良好。电子邮件客户端可能拥有多个帐户。
我只想知道a)我应该如何实现需要向用户显示的新邮件通知。b) 另外我应该用什么来同步新电子邮件?
只需要一个正确的方向。
谢谢大家
您可以使用Service中的 NotificationManager来显示通知并使用TimerTask每 x 分钟获取一次邮件。