Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markzhai/githubexplorer
(wip) An github android client with explore and trending feature.
https://github.com/markzhai/githubexplorer
Last synced: 2 months ago
JSON representation
(wip) An github android client with explore and trending feature.
- Host: GitHub
- URL: https://github.com/markzhai/githubexplorer
- Owner: markzhai
- License: apache-2.0
- Created: 2015-06-12T08:29:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T12:22:41.000Z (over 9 years ago)
- Last Synced: 2024-04-09T21:38:09.280Z (9 months ago)
- Language: Java
- Homepage:
- Size: 1.5 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Explorer
Yet another github android client, add explorer and trending support
Please see the [issues](https://github.com/markzhai/GitHubExplorer/issues) section to
report any bugs or feature requests and to see the list of known issues.## Why this
Because the official client of Github Android app does not support explore and trending,
and I want to use some fancy libraries.## License
* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
## Acknowledgements
This project uses the [GitHub Java API](https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core)
built on top of [API v3](http://developer.github.com/).It also uses many other open source libraries such as:
* [RoboGuice 3](https://github.com/roboguice/roboguice)
* [Volley](https://github.com/mcxiaoke/android-volley)
* [jsoup](https://github.com/jhy/jsoup/)Google official libraries like:
* [Google Design Support Library](https://developer.android.com/tools/support-library/features.html#design)## Contributing
Please fork this repository and contribute back using
[pull requests](https://github.com/markzhai/GitHubExplorer/pulls).Any contributions, large or small, major features, bug fixes, additional
language translations, unit/integration tests are welcomed and appreciated.