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