Skip to content

carloseduardosx/github-java-trends

Repository files navigation

github-java-trends

Build Status codecov

GitHub Java Trends is a simples app which show the trends of java world at github using the GiHub API to show a list of repositories ordered by stars. By clicking at the repository item you should be redirect to a Pull Request Screen of the repository.

Architecture

Used Model View Presenter(MVP) suggested by google at android-architecture to facilitate separation of responsibilities and make the code more testable

Technologies

Preview

Preview

Images

You can see some more images about the application here

License

github-java-trends is released under the Apache License. See LICENSE for details.