📜 ⬆️ ⬇️

Meet Google Play Services

Hello, reader!

On Google I / O 2012, it was announced that some kind of “Google Play Services Platform” would soon be born. Platforms for developers who are eager to integrate Google services into their applications.

September 26, a blog on G + announced the launch of Google Play Services v.1.0
')

What is it?


Google Play Services (Google Play Services) is a platform designed to integrate Google products, such as Google+, into your Android applications. The Google Play Services platform consists of a system service running on a device and a thin client. A thin client is your application with a connected client library. You can portray it like this:

Google Play Services is distributed as a regular application through the Google Play Store and is therefore independent of your carrier or device manufacturer. New devices are supported by Google Play Services "from the factory." Devices based on Android 2.2 (Froyo) or higher, with access to the Google Play Store will receive updates over the next few days. This will allow you to use the latest APIs on the vast majority of devices in the Android ecosystem. Android devices below version 2.2 or not connected to the Google Play Store are not supported.

The Google Play services platform contains most of the logic of interaction with Google products. Access to the use of the capabilities of the platform is provided through a simple authentication procedure, which is simple for both the developer and the user. For the developer, the procedure is to call a couple of methods in the client library, and the rest of the work will be performed by the components of Google Play services. For an application user, the authentication procedure is a few clicks.

Google Play services components


Google Play services 1.0 includes the following components and APIs:

Not much, of course, but they promise to develop and complement the platform with new services and APIs.

Details on installation, use and generally have here .

Source: https://habr.com/ru/post/153341/


All Articles