Small Android app that displays a group of cars on a map, a list, and car detail screen
#Libraries: Retrofit - For API request
Navigation - To Navigate between components
Glide - For Image Loading
Coroutines - For async coding, it prevents, API call or DB accesses may block the main thread so, using coroutine the call can make from another thread.