You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android app that displays weather conditions for a user specified region by making use of the Weatherstack API, built with Android Studio, Kotlin and Jetpack Compose.
An Android app that displays weather statistics for a user-defined location (that exists in the real world), built using Android Studio. The app makes use of the Weatherstack API to fetch the required information. For more information on Weatherstack, check their website.
The app currently displays:
Location: "city, country"
Temperature: "celsius"
Condition: "clear/cloudy/..."
Sunrise, Sunset, Moonrise, Moonset
Moon phase and illumination
Why?
Just a personal project to test out Android app development, and to experiment with Kotlin and Android Studio. Also to experiment with designing UIs and making use of APIs.
What it looks like right now:
About
Android app that displays weather conditions for a user specified region by making use of the Weatherstack API, built with Android Studio, Kotlin and Jetpack Compose.