https://github.com/thushar003/weatherstats
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.
https://github.com/thushar003/weatherstats
android android-application android-studio api gradle json kotlin weatherstack-api xml
Last synced: 11 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/thushar003/weatherstats
- Owner: thushar003
- Created: 2025-01-15T18:33:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-26T02:39:02.000Z (11 months ago)
- Last Synced: 2025-03-26T03:28:58.215Z (11 months ago)
- Topics: android, android-application, android-studio, api, gradle, json, kotlin, weatherstack-api, xml
- Language: Kotlin
- Homepage:
- Size: 283 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What does it do?
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: