All Projects → Navigine → Indoor-Navigation-Android-Mobile-SDK-2.0

Navigine / Indoor-Navigation-Android-Mobile-SDK-2.0

Licence: other
SDK for Android to develop own indoor navigation apps, and Navigine demo application for Android to test indoor navigation. Now you get one code for all types of devices with less resource use.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Indoor-Navigation-Android-Mobile-SDK-2.0

stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (+9.52%)
Mutual labels:  indoor-positioning
Indoor-Map-Draw
No description or website provided.
Stars: ✭ 19 (-9.52%)
Mutual labels:  indoor
contoso-university
Contoso University demo using asp net core and related technologies
Stars: ✭ 42 (+100%)
Mutual labels:  demo-application
Whereami
Uses WiFi signals 📶 and machine learning to predict where you are
Stars: ✭ 4,878 (+23128.57%)
Mutual labels:  indoor-positioning
zwift-workout-file-reference
Reference documentation for the Zwift workout file format
Stars: ✭ 54 (+157.14%)
Mutual labels:  indoor
udash-demos
Collection of demo applications based on Udash.
Stars: ✭ 43 (+104.76%)
Mutual labels:  demo-application
WifiIndoorPositioning
🚀 Evaluation of Location of the device using RSSI values of Access Points and Reference point which are made from Wi-Fi readings
Stars: ✭ 83 (+295.24%)
Mutual labels:  indoor-positioning
pagelets-seed
An activator seed template and demo application to illustrate the Pagelets Module for the Play Framework
Stars: ✭ 12 (-42.86%)
Mutual labels:  demo-application
Indoor-SfMLearner
[ECCV'20] Patch-match and Plane-regularization for Unsupervised Indoor Depth Estimation
Stars: ✭ 115 (+447.62%)
Mutual labels:  indoor
core
Core and Admin UI for Angular7+ web applications
Stars: ✭ 47 (+123.81%)
Mutual labels:  demo-application
MapsIndoorsIOS
The MapsIndoors SDK is the idea of integrating everything on your venue, like people, goods, offices, shops, rooms and buildings with the mapping and wayfinding technologies provided in the MapsIndoors platform. The easiest way to test this out is by running 'pod try MapsIndoors' using CocoaPods.
Stars: ✭ 22 (+4.76%)
Mutual labels:  indoor
Indoor-Map
No description or website provided.
Stars: ✭ 29 (+38.1%)
Mutual labels:  indoor
popcorn
Sample Montage application
Stars: ✭ 50 (+138.1%)
Mutual labels:  demo-application
Find3
High-precision indoor positioning framework, version 3.
Stars: ✭ 4,256 (+20166.67%)
Mutual labels:  indoor-positioning
microframeworks-showcase
A simple grocery list webapplication implemented with the Microframeworks Spark Java, Jodd, Ninja, Javalite, Pippo and Ratpack
Stars: ✭ 29 (+38.1%)
Mutual labels:  demo-application
BLE-Beacon-Tracking-System
Indoor Beacon Tracking System based on BLE
Stars: ✭ 18 (-14.29%)
Mutual labels:  indoor-positioning
indrz-be
Indoor mapping, routing system for orientation and wayfinding or facility management
Stars: ✭ 80 (+280.95%)
Mutual labels:  indoor
WiFiPS
WiFi Based Indoor Positioning System, A MVP android Application
Stars: ✭ 105 (+400%)
Mutual labels:  indoor-positioning
bookmarker-tutorial
The finished result of the bookmarker tutorial. Also serves as a sample application using CakePHP 3.x
Stars: ✭ 24 (+14.29%)
Mutual labels:  demo-application
nodejs-starter-kit
A Universal Javascript Starter Kit to satisify all you Web / App needs!
Stars: ✭ 23 (+9.52%)
Mutual labels:  demo-application

Android SDK 2.0

The following sections describe the contents of the Navigine Android SDK repository. The files in our public repository for Android are:

  • Sources of the Navigine Demo Application for Android
  • Navigine SDK for Android in form of a AAR file

Useful Links

  • SDK Documentation
  • Refer to the Navigine official documentation for complete list of downloads, useful materials, information about the company, and so on.
  • Get started with Navigine to get full access to Navigation services, SDKs, and applications.
  • Refer to the Navigine User Manual for complete product usage guidelines.
  • Find company contact information at the official website under Contact tab.

Android Demo Application

Navigine Demo application for Android enables you to test indoor navigation as well as measure your target location's radiomap. Source files as well as compiled application reside in the Navigine folder and nested folders.

To get the Navigine demo application for Android,

For complete guidelines on using the Demo, refer to the corresponding sections in the Navigine User Manual, or refer to the Help file incorporated into the application.

Below, you can see some screenshots of the Demo representing locations list, defined location levels, navigation bar, and debug process.

img/locations.png      img/navigation.png      img/debug.png

Navigation SDK and Implementation

Navigine SDK for Android applications enables you to develop your own indoor navigation apps using the well-developed methods, classes, and functions created by the Navigine team. The SDK file resides in the libs folder.

Find formal description of Navigine-SDK API including the list of classes and their public fields and methods at Navigine SDK wiki.

Using .aar file in Android Studio

  • Download libnavigine.aar file from current repositories libs folder;
  • In your project choose File -> New -> New module -> Import .JAR/.AAR Package;
  • Select downloaded libnavigine.aar file and add it to your project as new module;
  • Add following lines inside dependencies module in your apps build.gradle file:
  implementation project(":libnavigine")
  • Start using Navigine SDK.

Using with Jitpack

Will be added soon...

Android&HW compatibility

Indoor positioning SDK and applications require Android 8.0 or higher as well your smartphone should have BLE 4.0 or higher.

We are testing our SDK and Apps on the following smartphones: Nexus Pixel 3 (Android 12), Honor 30 pro (Android 10), Xiaomi Redmi 9C (Android 10), Samsung A20 (Android 10, 11), Huawei P20 lite (Android 9), Xiaomi Note (Android 8).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].