android - Do you need to check Google Play Services connection in every activity? -
I have followed this tutorial and received a code of work:. The Google Design Guidelines begin to say that it is paramount that the apps are verified in the services. However, only GooglePlayServicesUtil.isGooglePlayServicesAvailable (this) is running; In my main activity, am I not weakening in other activities? I think it might happen if I add that code, then it makes a lot of messier, what's the proper way?
Personally, I'll only check in main activity.
This is the way whether PlayServices are available or not. If you are sufficient to check it once, the worse case is that they uninstall the Plaswiver, while still in your app and your next Play services call failed. There is not a high probability and possibly less risk (depending on your app stability requirements).
Comments
Post a Comment