jamesfalkner / liferay-android-beacons

A Titanium Appcelerator module to interact with iBeacons via the Radius Networks' iBeacon native android library
Other
46 stars 27 forks source link

Android iBeacon Library for Titanium Appcelerator

This project is a module for Titanium Appcelerator, which allows Titanium apps that support Android to interact with iBeacons via an easy to use Java API.

Apps can be notified of entering/exiting iBeacon regions, and can enable ranging to receive periodic beacon proximity reports.

Getting and using the module

This module can be installed and used in Titanium projects like any other module. To download the latest binary module, check out the dist/ directory in this project.

Once installed, read the documentation (it lives in the documentation/ directory) to learn how to interact with your iBeacons.

Requires for building

If you wish to build this module yourself, you will need a Titanium+Android build environment consisting of:

How to build

To build this project:

    titanium.platform=/Users/jhf/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android
    android.platform=/Users/jhf/androidsdk/platforms/android-10
    android.ndk=/Users/jhf/androidndk
    google.apis=/Users/jhf/androidsdk/add-ons/addon-google_apis-google-10

Other targets supported by Titanium include:

Author

James Falkner Logo

License

Copyright (c) 2015, Liferay Inc. All rights reserved.

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.

Notice

This product includes software developed at The Radius Networks (http://www.radiusnetworks.com/).

Android IBeacon Service

Copyright 2013 Radius Networks