Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 661 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 661 Bytes

oneatlas-sdk-android-sample-app

Set your OneAtlas API Key in app/src/main/res/values/strings.xml

OneAtlas sample Android app

Get your API Keys

You will need a OneAtlas and a Mapbox API keys to run this sample app.
Visit the OneAtlas Developer Portal to register and create your API key.

Once obtained, locate the oneatlas_api_key string in the app/src/main/res/values/strings.xml file, and copy your API key as a value.
Please keep this value private, do not push it to any repository.

Build the app

Open this folder with Android Studio.
Happy coding !