An open API service indexing awesome lists of open source software.

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.

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:



  1. Location: "city, country"

  2. Temperature: "celsius"

  3. Condition: "clear/cloudy/..."

  4. Sunrise, Sunset, Moonrise, Moonset

  5. 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:



Home Screen
First Screen
Second Screen