An Android app that's presents profile data ,along with graph based language and stars data along with the repository information
A Github profile viewer demonstrate an Android App which uses Github's Grapghql
api
with Apollographql
client to fetch data and show user profile and repository information and graph
based information.
These are some of the screenshots of the project.
If you would like to contribute to Github Profile Viewer , follow these steps:
- Fork the repository on Github.
- Create a new branch with your changes.
- Commit your changes and push your branch to your fork.
- Submit a pull request to the main repository.
Make sure you obtain a private access token from github
After that create a new property in local.properties
file
ACCESS_TOKEN=<your_token>
You are set to go!!
An app is created which can shows github profile information to the user.