Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.89 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.89 KB

Art Souterrain mobile app

This mobile app is based on NativeScript

How to begin

If you're new with Nativescript, feel free to subscribe to the community Slack channel in order to find NativeScript developers and users. There is literally hundred of showcases and good questions.

NativeScript have some code samples you can edit and try directly online, it's a good way to start and rampup.

If you need, NativeScript have a page that list all the available plugins in the NativeScript's community.

Google Maps integration

Here is the page of presentation for Indoor Maps of Google.

Here is the NativeScript plugin for Google Maps SDK we use in this project.

If you want to edit the Map design, feel free to use the official wizard to help you

How to work with ANDROID API for indoor level https://developers.google.com/maps/documentation/android-sdk/map#work_with_indoor_maps_in_the_api

How to add custom indoor map (for global user or intern to app) https://developers.google.com/maps/documentation/android-sdk/map#add_floor_plans

How to publish a new release

Here is the command to create a new bundle:

tns build android --clean --release --key-store-path my-release-key.keystore --key-store-password <-secret password-> --key-store-alias artSouterrain --key-store-alias-password <- secret password -> --aab

Notes:

  1. Password is available in the password manager of FJNR
  2. You can found the command's documentation on this page