如何将来自社交媒体的所有电子邮件和消息导入 Android Studio 应用程序?
How to get all emails and messages from social media into Android Studio Application?
我正在制作票务管理器应用程序。我必须收集在网站上、通过邮件、通过社交媒体提出的所有查询,并将其放入我的 android 应用程序中。请帮忙。
I have to collect all the queries asked on website, through mail, through social media and get it into my android app
对于网站,网站必须有一个API
对于邮件,如果是 gmail,您可以使用 GMAIL API。
对于社交媒体,社交网站必须有自己的API。
我正在制作票务管理器应用程序。我必须收集在网站上、通过邮件、通过社交媒体提出的所有查询,并将其放入我的 android 应用程序中。请帮忙。
I have to collect all the queries asked on website, through mail, through social media and get it into my android app
对于网站,网站必须有一个API
对于邮件,如果是 gmail,您可以使用 GMAIL API。
对于社交媒体,社交网站必须有自己的API。