How can I access the data of several users through the Google Fit API for Android? My application shows a user list in an activity and when selecting one of them it must show the data of Google Fit History, for a single user there is no problem. How could you do it for several users? Thanks.
The query to google History I made it according to this post: Check Google Fit API History
I built the client according to the Google Fit API documentation, (Example for the user logged on to the terminal ), which would only be valid for users logged in through the terminal, my requirement would be the use the login data of each user through a web service and with these credentials register in the server google fit store to collect the data.