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

https://github.com/mohit0233/weatherapp

Weather App - An app made with Kotlin (following MVVM architectural pattern) which gets weather data from https://api.openweathermap.org/ using Retrofit2
https://github.com/mohit0233/weatherapp

android kotlin retrofit2 viewbinding viewmodel-livedata

Last synced: about 1 month ago
JSON representation

Weather App - An app made with Kotlin (following MVVM architectural pattern) which gets weather data from https://api.openweathermap.org/ using Retrofit2

Awesome Lists containing this project

README

          

# WeatherApp
An app made with kotlin using
>- ViewModel
>- LiveData
>- Coroutines
>- Retrofit2

## Output

### Home Fragment





















This is the HomeFragment Nav Tab which shows up when the app starts after splash

Screen. It uses location to get weather data from weather api and then show data

in the layout
















---

### Dashboard fragment



















In Dashboard fragment,there is a map fragment as shown in pic which is used

to get location.When user click at any place in google map then we get a

location.This location can be use to get data from the weather api through

retrofit2.Then the weather data we get is shown by bottom sheet
















---