Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.