The app shows nearby restaurants and uses Jetpack components.
- Google Maps for showing results on Map.
- Zomato API for fetching nearby restaurants.
- Data Binding for binding observables with UI elements.
- LiveData for reactive style programming.
- Room for local storage.
- Koin for dependency injection.
- Retrofit for REST api communication.
- Moshi for JSON deserialization.
- Binding collection adapter for binding collections to recyclerviews.
- Timber for logging.
- Unit & Instrumentation tests
- Better error handling