Foldable App

Screenshot

Alt text Alt text Alt text

Setup

  1. To use Google Maps, you need to configure an API Project with the Google Maps Platform, following the Maps SDK for Android's Using API Key.
  2. After get an API Key, you can put that in local.properties inside android/ folder. Set the mapsApiKey key with your API-Key.
    mapsApiKey=<YOUR-KEY-HERE>
    
  3. Then, you can build and run the project.