Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 529 Bytes

File metadata and controls

21 lines (18 loc) · 529 Bytes

G-User

Displaying Github User's Data using Github Api

Code is structured following MVP design pattern

Role Description

  • 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

Libraries Used

  • Butterknife
  • RxJava2
  • RxAndroid2
  • Retrofit
  • Chrome-Custom-tab
  • Glide
  • Dagger2