Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Jan 7, 2017

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

Dec 22, 2016

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

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

Nov 17, 2016

This library wraps the Location APIs in RxJava 2 Observables, Singles, Maybes and Completables. No more managing GoogleApiClients! Also, the resolution of the location settings check is optionally handled by the lib.

Nov 3, 2016

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

Sep 21, 2016

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

Aug 13, 2016

Location picker component for Android. It returns a latitude,longitude and an address based on the location picked in the LocationPickerActivity provided.

Jul 31, 2016

Rx wrapped GeoFence library, built on top of GeoFire.

Jul 30, 2016

A library which can get phone number geo location and other information from local or network (baidu, juhe or custom api).

Mar 24, 2016

RxJava wrap around standard Android LocationManager without Google Play Services

Mar 17, 2016

Simplify getting user's location for Android.

Feb 14, 2016

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

Dec 23, 2015

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

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

Nov 23, 2015

A library to parse XML Gpx files, built for Android.

Sep 16, 2015

This project allows you to calculate the direction between two locations and display the route on a Google Map using the Google Directions API.

Jul 4, 2015

Android Simple Location Tracker is an Android library that helps you get user location with a object named LocationTracker.

Jul 4, 2015

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

Google Direction API and Google Place API Library for Google Maps Android API v2.

Jan 14, 2015

Comprehensive and FULL Java client for the Google Places API.

Jan 11, 2015

Android library project that intends to simplify the usage of location providers with a twist: you can modify the location strategy based in your activity.

The principle behind it is detecting the activity the user is doing (moving in a vehicle, riding a bicycle, walking, running, being still) and based on those results, changing the accuracy for the detection and the sensors used.

All this is aimed to be more battery efficient than the usual location strategies.

Jan 6, 2015

Java utility methods for geohashing.

Jan 2, 2015

Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.

Jul 5, 2014