Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Earthengine Api | 2,170 | 13 | 8 | 6 days ago | 173 | September 21, 2022 | 83 | apache-2.0 | JavaScript | |
Python and JavaScript bindings for calling the Earth Engine API. | ||||||||||
Assistant Sdk Python | 881 | 48 | 1 | a year ago | 7 | March 03, 2020 | 131 | apache-2.0 | Python | |
Samples and bindings for the Google Assistant API | ||||||||||
Vue Google Maps | 535 | 5 years ago | 51 | Vue | ||||||
Google maps component for vue with 2-way data binding | ||||||||||
Gopy | 250 | 15 days ago | July 08, 2013 | bsd-3-clause | Go | |||||
Idiomatic Python bindings for Go | ||||||||||
Exoplayerxamarin | 144 | 7 | 21 | a month ago | 28 | August 11, 2022 | mit | C# | ||
Xamarin bindings library for the Google ExoPlayer library | ||||||||||
Luapbintf | 121 | 3 years ago | 5 | mit | C++ | |||||
Binding Protobuf 3 to Lua 5.3 | ||||||||||
Google Cloud Rs | 117 | 2 | a year ago | 4 | March 24, 2021 | 19 | Rust | |||
Asynchronous Rust bindings for Google Cloud Platform APIs. | ||||||||||
S2 | 104 | 1 | 3 months ago | 4 | February 01, 2021 | 9 | apache-2.0 | C++ | ||
Node.js JavaScript / TypeScript bindings for Google S2 | ||||||||||
Cpuprofiler | 100 | 31 | 9 | 3 years ago | 4 | November 15, 2019 | 2 | Rust | ||
Rust bindings to google's cpuprofiler | ||||||||||
Googlecharts | 66 | 2 years ago | 8 | R | ||||||
Google Charts bindings for the Shiny web framework for R |
RxJava 2 binding API for Google Play Services Task APIs.
RxTask can be use standalone for any Google or Firebase APIs returning Task or, bundled with one of the GoogleAPIs helper project provided.
implementation 'com.github.niqo01.rxplayservices:rx-play-services-task:0.4.0'
GoogleSignInClient client = GoogleSignIn.getClient(context, options);
Single<GoogleSignInAccount> silentSignIn = SingleTask.create(() -> client.silentSignIn());
...
Completable revokeAccess = CompletableTask.create(() -> client.revokeAccess());
The following projects leverage RxTask and wrap the new GoogleApi introduced in version 11.6.0.
API | Dependency |
---|---|
Auth | com.github.niqo01.rxplayservices:rx-play-services-auth:0.4.0 |
Location | com.github.niqo01.rxplayservices:rx-play-services-location:0.4.0 |
Places | com.github.niqo01.rxplayservices:rx-play-services-places:0.4.0 |
Fitness | com.github.niqo01.rxplayservices:rx-play-services-fitness:0.4.0 |
Wallet | com.github.niqo01.rxplayservices:rx-play-services-wallet:0.4.0 |
RxFusedLocationProviderClient rxClient = new RxFusedLocationProviderClient(context);
Observable<LocationResult> result = rxClient
.requestLocationRequestUpdates(LocationRequest.create());
Snapshots of the development version are available in Sonatype's snapshots
repository.
Copyright (C) 2017 Nicolas Milliard
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.