https://github.com/filips-mpfc/mapfactor_android_sdk_demo
Scaffold app to kick off your project with Mapfactor SDK for Android. Using modern tools and practices like Jetpack Compose and Dagger Hilt.
https://github.com/filips-mpfc/mapfactor_android_sdk_demo
android maps navigation sdk sdk-android
Last synced: 2 months ago
JSON representation
Scaffold app to kick off your project with Mapfactor SDK for Android. Using modern tools and practices like Jetpack Compose and Dagger Hilt.
- Host: GitHub
- URL: https://github.com/filips-mpfc/mapfactor_android_sdk_demo
- Owner: filips-mpfc
- Created: 2025-03-21T10:16:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T16:44:29.000Z (over 1 year ago)
- Last Synced: 2025-03-21T17:31:05.996Z (over 1 year ago)
- Topics: android, maps, navigation, sdk, sdk-android
- Language: Kotlin
- Homepage: https://sdk.mapfactor.com
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mapfactor Android SDK demo application
This repo serves as a guide for SDK initialization
Example failed initalization | Successful init
:-------------------------:|:-------------------------:
 | 
## Updated info
Check [sdk.mapfactor.com](https://sdk.mapfactor.com) for the latest info.
## Components
- Jetpack Compose
- ViewModels
- Dagger Hilt dependency injection
## Minimal requirements
- Android Studio
- Android device or emulator running API 23 and above
- Since this is an __offline__ maps-based SDK, sufficient space on internal or external storage is required
If you encounter any issue, please check the Logcat first, it mays help to find the cause.
## What you need
- As you can see, the [gradle.properties](gradle.properties) contains credentials to download the library from our Maven repository. Please ask our [sales@mapfactor.com](mailto:sales@mapfactor.com).
- SDK initialisation needs to insert the licence key to activate the device ([SDKManager.kt](app/src/main/java/com/example/followtheguidesdk/util/SDKManager.kt)), please ask our [sales department](sales@mapfactor.com) for it. Possiblity to create test key for limited amount of activations.