December 2017
Intermediate to advanced
260 pages
7h 34m
English
It was fun writing Kotlin code for a browser and see it working, wasn't it? Now we should target bigger goals. Let's develop another app step by step. We will build a weather forecast app, where the user will enter a ZIP code and can see the weather details (seven day forecast) for the provided region. We will use the OpenWeatherMap API to get the weather details. Please find more details at https://openweathermap.org/api.
Before we move to the next step we should create a new project named KotlinBluePrintsJSDemo. Some quick steps to follow:
Read now
Unlock full access