Skip to content

snehak24/tech-work-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application - Android

About

  • Simple android to show weather for your current location.
  • App is developed in kotlin, demonstrating the use of RxJava2, Retrofit, Dagger2 and implementing MVVM with LiveData.

General flow of data

  • Check if the current location is set for the app, if not set then retrieve lat-long of the user location.
  • If the location is set, show the weather for the current location.
  • Show weather forecast for the current day and forecast the entire week.
  • Show weather details for the selected day of the week.

Base url

http://worksample-api.herokuapp.com

API key (mandatory)

The API-key is required for all API calls.

##An example request: http://worksample-api.herokuapp.com/weather?q=Stockholm,SE&key={API_KEY}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%