Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A simple light weight android library to pick address from google map and places API.

Features

  • Search in PLACES API and select on map.
  • Set zoom level of map.
  • You can provide list of pin/marker for map to show.
  • You can provide lat/lng to set initial position of map through intent extras.
Sep 27, 2019

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

Sep 16, 2015

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

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

Jul 4, 2015

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

Jul 5, 2014

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

Jan 7, 2017

Cute kotlin library to implement PlaceAutocomplete in android.

Jul 30, 2019

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

Aug 31, 2020

A collection of utilities to make working with location in Android easier.

Sep 26, 2018

Location library to fetch location and location updates very easily. It handles location setting and permission by itself.

Dec 30, 2019

A library which helps you fetch locations easily.

There are two ways in which you can get locations with this library:

  • using only internal location providers
  • using both google api and internal location providers
Dec 4, 2020

This library contains all utils related to google location.

Nov 10, 2019

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 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

Java utility methods for geohashing.

Jan 2, 2015

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

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

Nov 23, 2015

The easiest way for location tracking & geofencing.

Sep 7, 2019

Using GeoLocator-Android you could easily get you GPS based location from Android Devices.

Nov 18, 2018

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

Comprehensive and FULL Java client for the Google Places API.

Jan 11, 2015

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

Jan 14, 2015

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

Dec 23, 2015

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

Dec 22, 2016

In many projects we need to access current location, latitude, longitude and many more, this library provides an easy way to get all these things.

Nov 14, 2017

Smooth marker animation on google map along with proper turns and camera bearing.

Jul 31, 2019

HyperTrack Live open source repo uses HyperTrack to enable location sharing and real-time tracking of your friends and family. Scrape parts of this app to add live location sharing into your own app, or fork the repo and modify it to your own need to build your own brand new app.

May 14, 2017

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

Oct 13, 2018

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

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