With Google Play services, your Android app can take advantage of the latest, Google-powered features such as Maps, Google+, and more, with automatic platform updates distributed as an APK through the Google Play store.
I'm trying to use the new feature in Google Play Services (Vision) to add QR code scanning to my application. …
android google-play-services barcode google-vision android-visionI have added the Google Sign in in my application and made it work by following all the steps in …
android google-play-services google-signinAfter adding Bitmovin Cast in Android project I get a lot of same issues from different devices. This solution didn't …
android google-play-services google-cast-sdk android-cast-apimy application perform periodic location updates and Activity recognition detection in background. I'm doing that using the Google Play Services …
android google-play-services android-pendingintent android-location activity-recognitionPossible Duplicate: How do I know the map is ready to get used when using the SupportMapFragment? I am currently …
android android-maps google-play-servicesI am integrating fire-base to my existing project used these libs compile 'com.google.firebase:firebase-auth:9.0.2' compile 'com.google.…
android android-gradle-plugin google-play-services gradle-pluginI am using this implementation: 'com.google.vr:sdk-panowidget:1.160.0' in order to show 360 image, but I get the error …
android google-play-services panoramasI have a RecyclerView which is a vertical scrolling list of items. Each list item contains a Google Maps V2 …
android google-maps android-recyclerview google-play-services google-maps-liteI have implemented map in my app, during development it is working fine but after publishing this app map is …
android google-play-services android-app-signingMy android app currently uses the GoogleAuthUtil to signin users and fetch an access_token which is passed to the …
android oauth-2.0 google-play-services google-login google-oauth