An app made with kotlin using
- ViewModel
- LiveData
- Coroutines
- Retrofit2
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
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