Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

Geotrigger SDK for Android

Start adding location-based features to your Android apps with the Geotrigger SDK for Android

Getting Started Sample Code
Assorted Android Phones

Introduction

The Geotrigger SDK for Android is the quickest way to get started integrating location features into your applications.

Use Cases

  • Easily send messages to users when they arrive at certain areas
  • Create a workout tracking app without needing to build your own backend
  • Quickly track whether people are using your app more in your stores or at home

Sample Code

// Start the tracking service
Intent intent = new Intent(this, LQService.class);
startService(intent);

Note: Before starting the service you'll need to create a geoloqi.properties file in your application's /assets directory.

Download Project