Hello android enthusiast, i'm struggling to find solution to this problem. I'm planning to access the user's Google Calendar and Google Documents,(using google-api-java-client-v1.6.0). I can access the user's Google account through AccountManager but I didn't mess up on requesting authToken to authenticate the user for this reason:
How will I handle multiple authToken request for Docs and Cal in a single Activity when the user confirms the application to access his Google Accounts?
In my application, Google Docs and Cal are on different tabs running on background the moment user allows the access of user's account.
any link tutorials would be greatly appreciated.
TYIA.