-
Notifications
You must be signed in to change notification settings - Fork 19
Android Studio Integration
PavelTychinin edited this page Nov 15, 2021
·
6 revisions
Navigation library can be easily integrated with existing or new Android Studio projects. The process is pretty straightforward, you can overcome the following steps:
Step 1. Open/create your Android Studio project. Select "Project" view mode.
Step 2. Go to "YourApp > app > build" element, right click on it and select option "New > Directory". Create a new directory "libs".
Step 3. Copy Navigation library file "NavigineSDK.jar" to that directory with any file manager. Now file "NavigineSDK.jar" should appear in Android project.
Step 4. Right-click on that file and select option "Add as library".
After that, functions from Navigation library must become accessible:
Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder