Android application that allows to see information of all Marvel characters, comics and events. It uses Marvel API for retreaving all needed data.
- Retrofit, OkHttpClient client - for all marvel API operations and logging
- Room, LiveData, ViewModel - for saving favourite character and have access to it without internet connection
- RxJava2, lambda expressions - for reactive UI population
- Glide for loading images
- DataBinding - for UI implementation and reducing the number of boilerplate code
- CardView, RecyclerView, ViewPager