Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

This is a simplified library to track the user location and address corresponding to it.

Sep 21, 2016

LocationProvider is a tiny class that abstracts away a lot of the pain of getting a users location from the phone (without having to call location APIs), provides a fully configurable standard Builder pattern and a set of callbacks.

With the most basic usage, you give it a context and a callback and you're good to go!

Oct 15, 2018
Advertisement

Nibo is a collection of useful widgets and drop in UIs for interacting with Google Places API.

Sep 13, 2017

A simple LiveData implementation of Google Play location API.

Sep 4, 2018

Android library when the GPS is turned off, displays a dialog box and if the user agrees, GPS is turned on.

Dec 22, 2016

Periodically tracking user's location in the background.

Apr 27, 2017

This is the library which uses google's FusedLocationApi for fetching the current location of the user.

This is implemented keeping in mind the location permission of marshmallow and higher version users.

Sep 29, 2017

Getting location updates requires lots of bolierplate code in Android, You need to take care of

  • Google Play services availablity Check
  • Update Google play Service Dialog
  • Creation of GoogleApiClient and its callbacks connected,disconnected etc.
  • Stopping and releasing resources for location updates
  • Handling Location permission scenarios
  • Checking Location services are On or Off
  • Getting lastknown location is not so easy either
  • Fallback to last known location if not getting location after certain duration

Android-EasyLocation does all this stuff in background, so that you can concentrate on your business logic than handling all above

Dec 12, 2016

RxJava wrap around standard Android LocationManager without Google Play Services

Mar 17, 2016

This library is used to handle location requests and maintains the flow with permission checks in marshmallow.

Dec 23, 2015

Set alarms for location in map.

Oct 23, 2017

GeoFirebase is a libray to simplify the Firebase Database queries based on geolocations proximity. It will return every node in a given radius for a set of cordinates.

Sep 5, 2017

Open Location Codes are short generated codes, that can be used like street addresses, for places where street addresses don't exist.

Mar 2, 2015

This simple library is just a wrap on newly updated Location APIs.

Jun 24, 2017

This is light weight library for getting location updates periodically, can customize according to user requirement.

Nov 17, 2016
Advertisement

An Android service to retrieve GPS locations and route stats using RxJava.

Aug 13, 2016

An easy way to check the settings before requesting location using RxJava. Based on Android-ReactiveLocation.

Jan 7, 2017

Rx wrapped GeoFence library, built on top of GeoFire.

Jul 30, 2016

A simple API that cleanly registers pending intent for location updates from Google location api. Using Recon and FlankLocation annotation the location update registration using pending intent is made easier, This still supports dynamic location request at runtime by accepting it as parameter when registering for location updates.

Nov 25, 2015
  • Search any location using Google Places Library
  • Pick any location from the map
  • Edit Location and add more Details
Mar 14, 2024

Android library to simplify the ease of getting location from location provider. Improved accuracy & threshold checks for minimum horizontal accuracy and using Kalman Filter.

Jan 3, 2022

Coroutines Location API Library for Android. This library wraps the Location APIs in Kotlin coroutines and Flow.

Aug 31, 2020

This library makes it simple to track your current location using Google's FusedLocationProviderClient.

Oct 13, 2018

This is a wrapper of IP-API for Android platform using Volley.

Nov 23, 2015