Glance-Android

repository·master·Indexed 19 days ago

https://github.com/onlyinamerica/glancereader

An RSVP (Rapid Serial Visual Presentation) reader for Android devices (API 15+). It supports rapid text consumption via curated feeds, URL sharing from web browsers, and the opening of ePub files from external storage.

Tokens
280
Snippets
1
Records
2
Agent score
18%

What's inside glancereader

  1. Overview of Glance-Android

    master

    Glance is an RSVP (Rapid Serial Visual Presentation) reader designed for Android 4.0.4+ (API 15).

    Key Capabilities:

    • RSVP Reading: Uses rapid serial visual presentation for text consumption.
    • Curated Feeds: Includes a collection of feeds for reading.
    • URL Sharing: Users can share URLs from web browsers directly to the app.
    • ePub Support: Users can open .epubs files directly from external storage.

    Available on Google Play as Glance.

  2. Build Glance-Android from source

    master

    To build an APK for Glance-Android, ensure you have the required Android SDK components installed and your environment configured.

    Prerequisites

    Install the following via the Android SDK Manager:

    • Android SDK Build-tools 19.0.2
    • Android SDK tools 22.3
    • SDK Platform 19
    • Android Support Repository 4

    Setup

    Set the ANDROID_HOME environment variable to point to your Android SDK location.

    Build Command

    Ensure ./gradlew is executable, then run the following command from the project root:

    ./gradlew assemble

    Output

    The resulting .apk file will be located in ./app/build/apk.