Is there any way to check if:
Thanks in advance
Yes!
See this documentation: GooglePlayServicesUtil
Specifically,
GooglePlayServicesUtil.isGooglePlayServicesAvailable(Context context)
It might also be a good idea to look at this question