I'm currently at a loss about how to use Gmail API in Android Studio. Can someone enlighten me about how to do it? I've searched around but there's just no specific tutorial/documentation about it. As far as the Gmail API quickstart goes, it doesn't explain well about how to use it in building android app. I'm new to android development and want to learn more about it, so please spare me. Thanks.
Asked
Active
Viewed 63 times
1
-
The Gmail API is a Restful API. The documentation is here: https://developers.google.com/gmail/api/guides. If you are looking for a step by step tutorial, you may be jumping the gun a bit. If you don't know how to consume a REST API in Android, you need to learn that first. – zimspy May 23 '23 at 11:27
-
1Does this answer your question? [How to access the new Gmail API from my Android app?](https://stackoverflow.com/questions/24686631/how-to-access-the-new-gmail-api-from-my-android-app) – Pratik Fagadiya May 23 '23 at 11:28
1 Answers
0
I believe the Get data from the internet course is the best to start, there are other concepts I would suggest you to get familiar with, these are technically optional but would definitely be helpful, here are some suggestions:
- What is rest
- Gmail API quotas (limits)
- General Google API quotas
- Gmail limits
- And most importantly, the full Android developer training
Hope this helps!

Rene Olivo
- 526
- 1
- 10