Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 412 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 412 Bytes

CircleCI

Weather-Now

Demo Android app that fetches current weather and shows it. The app is written using the MVVM pattern.

Libraries used are

  • Retrofit for networking
  • Picasso for loading images
  • EventBus for sending events
  • Mockito, MockWebServer and Espresso for testing