项目作者: Firozmemon

项目描述 :
Displaying Github User Data using Github Api
高级语言: Java
项目地址: git://github.com/Firozmemon/G-User.git
创建时间: 2017-08-01T18:52:33Z
项目社区:https://github.com/Firozmemon/G-User

开源协议:

下载


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