Skip to content

An app which lets you bookmark and manage articles/tweet/anything-else that you want to read later.

Notifications You must be signed in to change notification settings

VarunBarad/to-read-manager-android

Repository files navigation

To-Read Manager

I have built this app to let me manage my to-read links at one place on my phone. I can share tweets, webpages or anything else and then later open it from the app.

Get it on Google Play

You can also find the signed APK for free here.

Running the application

To build the debug-variant of application, use the below command

# On Linux/Unix system
./gradlew assembleDebug

# On Windows system
gradlew.bat assembleDebug

You can then find the generated apk file at <project-dir>/app/build/outputs/apk/debug/app-debug.apk

Running the tests

To run the unit-tests, use the below command

# On Linux/Unix system
./gradlew test

# On Windows system
gradlew.bat test

After it finishes, you can find the results of the test in this directory: <project-dir>/app/build/reports/test/testReleaseUnitTest

Screenshots

Current Entries

Add Entry

Archived Entries

About

An app which lets you bookmark and manage articles/tweet/anything-else that you want to read later.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages