Simple Android application for browsing GitHub. Features:
- Screens:
- List of all public repositories
- Single repository details
- List of repository stargazers
- List of repository contributors
Authentication is not yet implemented. For unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making requests.
Clone this repository and import into Android Studio
git clone https://github.com/SasaJug/github-app.gitThis project is maintained by:
- Implement 25 results per page for repository list.
- Implement authentication.
- Add tests.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter (ruby lint.rb').
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request