An Android weather app written in Kotlin. The app has two main ways to retrieve weather data:
- The first way is by accessing user's location and sending an API request to OpenWeatherMap containing coordinates of the user's current location.
- The second is by searching by city name in the SearchView in the app action bar.
The app is written in Kotlin and is using the MVVM architecture.