Christophe Pelé
Christophe Pelé
I'm trying to use `AuthState.performActionWithFreshTokens()` to call a Google web service when my auth token has expired. It seems that `AuthState.performActionWithFreshTokens()` uses the `scope` of the latest auth response and...
There is a typo in https://codelabs.developers.google.com/codelabs/build-app-with-arch-components/index.html?index=..%2F..%2Findex#11: > The WeatherDao returns the data you want and you could have the DetailActivityViewModel communicate directly with the **WeahterDao**. But that defeats the whole...
The error is in this step: https://codelabs.developers.google.com/codelabs/material-design-style/#6 This paragraph is wrong: > In values-21 folder, update styles.xml to create system bar transparent for device running Android 5 and above. See...