This is a Demo application which fetch list of flight's from server.
Application is built using below lib:
- Coroutine
- Dagger 2
- Retrofit 2.6
- Facebook Shimmer
- LiveData
- ViewModel
MVC Architecture is followed for Separating the UI logic from activity/fragment's,and UI reuse.