All Projects → distriqt → ANE-GooglePlayServices

distriqt / ANE-GooglePlayServices

Licence: other
Shared library including the Google Play Services Client Library

Programming Languages

actionscript
884 projects

Projects that are alternatives of or similar to ANE-GooglePlayServices

ANE-AndroidSupport
Android Support Library Native Extension
Stars: ✭ 21 (+10.53%)
Mutual labels:  adobe-air, ane, airnativeextension, native-extensions
ANE-Exceptions
Exception tracking Adobe AIR Native Extension for Android and iOS
Stars: ✭ 16 (-15.79%)
Mutual labels:  adobe-air, airnativeextension, native-extensions
AIRFacebook-ANE
Native extension for Adobe AIR providing cross-platform API to Facebook SDK 4
Stars: ✭ 19 (+0%)
Mutual labels:  adobe-air, ane
Firebase-ANE
Firebase ANE collection give you access to the Google Firebase project in your AdobeAir projects supported on both Android and iOS with 100% identical ActionScript API.
Stars: ✭ 56 (+194.74%)
Mutual labels:  adobe-air, ane
Swift-IOS-ANE
FlashRuntimeExtensions.swift. Example Air Native Extension written in Swift 5 for iOS, macOS and tvOS
Stars: ✭ 56 (+194.74%)
Mutual labels:  adobe-air, ane
DesktopToastANE
Adobe Air Native Extension for displaying adaptive and interactive toast notifications in Windows 8, 10 and OSX
Stars: ✭ 28 (+47.37%)
Mutual labels:  adobe-air, ane
AR-ANE-Samples
MyAR is an augmented reality Air Native Extension supporting Android and iOS based on Wikitude SDK
Stars: ✭ 39 (+105.26%)
Mutual labels:  adobe-air, ane
common-dependencies-ANE
In this repository find all the required shared libraries for our Air Native Extensions to make sure your final app will have the minimum required libraries so your app won't be unnecessarily huge in size.
Stars: ✭ 24 (+26.32%)
Mutual labels:  adobe-air, ane
Moonshine-IDE
Moonshine is a free and open source middleweight IDE built with ActionScript 3 for ActionScript 3, Apache Flex®, Apache Royale™, and Feathers development, with Cloud and Desktop support.
Stars: ✭ 86 (+352.63%)
Mutual labels:  adobe-air
servant
Serving you with GoogleApiClients any way you like them
Stars: ✭ 17 (-10.53%)
Mutual labels:  google-play-services
todo-app
An Adobe AIR mobile app that uses the Firebase V3 API to save users to do's lists and manage their accounts.
Stars: ✭ 19 (+0%)
Mutual labels:  adobe-air
games services
A Flutter plugin to support game center and google play games services.
Stars: ✭ 67 (+252.63%)
Mutual labels:  google-play-services
kaec-app
An Apache Flex mobile app that uses the Youtube V3 API, Foursquare API, Flickr API and RSS feeds.
Stars: ✭ 12 (-36.84%)
Mutual labels:  adobe-air
ti.playservices
Titanium module for Google Play Services
Stars: ✭ 19 (+0%)
Mutual labels:  google-play-services
GalaxyBreak
Galaxy Break is a minimalistic endless video game for mobile published for Android platform.
Stars: ✭ 21 (+10.53%)
Mutual labels:  google-play-services
flextreemap
TreeMap data visualization component for Adobe Flex
Stars: ✭ 22 (+15.79%)
Mutual labels:  adobe-air
feathersui-starling-sdk
SDK for building Feathers UI (Starling) applications with MXML
Stars: ✭ 41 (+115.79%)
Mutual labels:  adobe-air
custom-styled-maps-android
Demonstration project with an example of Google Map custom map styling on Android.
Stars: ✭ 30 (+57.89%)
Mutual labels:  google-play-services
icon-generator
Generate icons and launch screens for your Adobe AIR projects.
Stars: ✭ 24 (+26.32%)
Mutual labels:  adobe-air
AdMob-ANE
AdMob Adobe Air Native Extension for iOS 10.0+, Android 19+. Supports Banner, Interstitial and RewardVideo ads
Stars: ✭ 26 (+36.84%)
Mutual labels:  adobe-air

built by distriqt //

Google Play Services

This repository contains a series of shared extensions that includes the Google Play Services Client Library and the Firebase Core library.

These are designed to be used in combination with the distriqt native extensions, however can be used as a dependency by any extension.

The Google Play services client library

The client library contains the interfaces to the individual Google services and allows you to obtain authorization from users to gain access to these services with their credentials.

It also contains APIs that allow you to resolve any issues at runtime, such as a missing, disabled, or out-of-date Google Play services APK.

Play Services ANEs

The Play Services ANEs package the Play Services client library into a form that you can package with your AIR application. They are structured to make including the neccessary parts of the services client library in your application easy and minimise the amount of dependent code by only including the parts of the client library your application requires.

The Base ANE contains the core functionality of the client library and is required by every other ANE as a dependency. Any of our ANEs that use Play services will require this ANE.

The other ANEs each represent a different component of the client library and you will include different ANEs depending on the functionality your application requires.

Each of our other ANEs will outline exactly which of these play services ANEs, see the individual getting started guides for more information.

The Google Play services APK

The Google Play services APK contains the individual Google services and runs as a background service in the Android OS. You interact with the background service through the client library and the service carries out the actions on your behalf. An easy-to-use authorization flow is also provided to gain access to the each Google service, which provides consistency for both you and your users.

The Google Play services APK is delivered through the Google Play Store, so updates to the services are not dependent on carrier or OEM system image updates. In general, devices running Android 2.3 (API level 9) or later and have the Google Play services app installed receive updates within a few days. This allows you to use the newest APIs in Google Play services and reach most of the devices in the Android ecosystem. Devices older than Android 2.3 or devices without the Google Play services app are not supported.

Native Extensions

The highest quality and widest range of Native Extensions for Adobe AIR

With over 40 extensions available, we are the largest provider of native extensions for AIR developers. Our mobile solutions allow developers to fast-forward development and focus on building great games and apps.

https://airnativeextensions.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].