Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.28 KB

GithubUsers Android App

The app shows users (cards with their info: photo with the count of repositories, name, location, company) in order they signed up on GitHub. Tapping on the user you will see the list of their repositories (name and creation date). Based on MVP pattern. Works with Github API.

Getting Started

You need to register the app on Github, then take CLIENT_ID and CLIENT_SECRET and put them to GithubAPI.java file in order to be able to do authorized requests. Otherwise you can just remove Interceptor part from there.

Screenshots

Built With