Your typical weather app, made really simple
How’s The Weather
This is a simple Android app made with the purpose of learning how to access external APIs. It displays the data fetched from this weather API.
Tech stack
- Jetpack Compose – UI toolkit
- Ktor Client – asynchronous HTTP client
- Koin – dependency injection
- SQLite – local database
To do
- Add search autocompletion
- Save and display recent searches
- Make the UI pretty ?