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

https://github.com/hitherejoe/hackernewsreader

Modern Hacker News reader with a Material Design look!
https://github.com/hitherejoe/hackernewsreader

Last synced: about 1 month ago
JSON representation

Modern Hacker News reader with a Material Design look!

Awesome Lists containing this project

README

        

Hacker News Reader
===================



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!