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!
- Host: GitHub
- URL: https://github.com/hitherejoe/hackernewsreader
- Owner: hitherejoe
- Created: 2015-03-21T07:52:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T07:25:23.000Z (over 9 years ago)
- Last Synced: 2025-03-22T02:32:40.347Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 4.54 MB
- Stars: 112
- Watchers: 13
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!