Hacker News Reader

August 14, 2015 ยท View on GitHub


A simple and modern Material Design influenced Hacker News reader Android app. Read, view comments, bookmark and share stories from the hacker news feed!

Building

To build, install and run a debug version, run this from the root of the project:

./gradlew installRunDebug

Testing

To run unit tests on your machine using [Robolectric] (http://robolectric.org/):

./gradlew testDebug

To run automated tests on connected devices:

./gradlew connectedAndroidTest

Contributions

Thanks to [matto1990] (https://github.com/matto1990) for contributing to this project!