20 lines
593 B
Markdown
20 lines
593 B
Markdown
# Weather Widget
|
|
Android weather forecast application with widget. Tracks user location and update weather every 5 min.
|
|
Currently in russian. [Click here to get apk][1]
|
|
|
|
Built with:
|
|
Jetpack Compose
|
|
Jetpack Glance
|
|
Foreground Service
|
|
Retrofit
|
|
Hilt
|
|
https://www.weatherapi.com/ as Weather Forecast Provider
|
|
|
|
On initial start GPS and Internet must be ON and permission granted.
|
|
|
|
<img src="./assets/main_screen.png" width="200">
|
|
<img src="./assets/foreground_service.png" width="200">
|
|
<img src="./assets/activity.png" width="200">
|
|
|
|
|
|
[1]: <https://kassaev.com/media/weatherWidget.apk> |