This is an android project written in Kotlin. It displays cities of the world. The cities list are displayed either as a list view or map view. You can clone it, import into Android Studio and build.
Just before you run this project, you need to add your Maps API key to it.
- Open the root project's local.properties file
- Add this code below. Note YOUR_API_KEY is your API key:
MAPS_API_KEY=YOUR_API_KEY