Skip to content

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

Notifications You must be signed in to change notification settings

Mohit0233/WeatherApp

Repository files navigation

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









About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages