Skip to content

Convenient storage for educational information on your watch

License

Notifications You must be signed in to change notification settings

nVoxel/WristTheorist

Repository files navigation

WristTheorist

Convenient storage for educational information on your watch.

About

WristTheorist is a WearOS application which allows you to download and store educational information (e.g. theoretical material).

It downloads information in JSON format from Web, so you can use it for any purpose.

Usage

Upload JSON file generated by TheoristSerializer somewhere to Web, then download it to watch from the application.

If you don't have a Web domain, you can upload the file to, for example, your Google Drive (instruction) or GitHub Pages.

Requirements

  • Android 7.1 (API level 25, WearOS 2.0) or later
  • Wi-FI

Installation

You can sideload the APK from releases to your watch by this guide or clone the project to Android Studio / IntelliJ IDEA and install it from there.

Screenshots

Books Subjects Notes Note view Add book Book menu Image view

TheoristSerializer

Small java program which helps to generate book JSON file for WristTheorist.

Usage

Open Command Prompt in directory containing TheoristSerializer, then execute it

java -jar TheoristSerializer.jar

Generated JSON file will be in specified book folder.

Structure of a Book folder

Usage

To add an image, create a text file which contains "img" in its name and put link to the image into the file. TheoristSerializer will automatically define the file as an image.

Requirements

Java version 11 or newer.