Skip to content

Firozmemon/G-User

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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