Displaying Github User's Data using Github Api
Code is structured following MVP design pattern
- Understanding Github User Api
- Code Structuring using MVP design pattern
- Integrating Retrofit library for making Api calls
- Using Glide library to display users profile picture
- Viewing users full profile via Chrome-Custom-Tab
- Dagger2 as Dependency Injection to follow Clean Architecture
- Butterknife
- RxJava2
- RxAndroid2
- Retrofit
- Chrome-Custom-tab
- Glide
- Dagger2