Sample app that shows a list of top stackoverflow users and their details ( top 3 answers, top 3 questions and top 3 favorites)
- Clean Architecture as project architecture
- MVVM as a architecture pattern
- Retrofit for API calls
- Paging Library from Android Jetpack
- Some Unit Test
- RxJava with complex example: We make 3 seperate requests to API, in parallel, then we make another call to another question webservice to get title of an answer