onyx-intl / OnyxAndroidDemo

148 stars 40 forks source link

Overview

Sample project of SDKs from Onyx-Intl, including onyxsdk-base, onyxsdk-scribble, onyxsdk-pen

To use the SDK, please include the following dependencies in your build.gradle:

    implementation('com.onyx.android.sdk:onyxsdk-device:1.1.11')
    implementation('com.onyx.android.sdk:onyxsdk-pen:1.2.1')

The onyxsdk-scribble SDK has a dependency on the dbflow library which is hosted in the jitpack repository. This can be added in your project's build.gradle with the following entry:

    maven { url "https://jitpack.io" }

    maven { url "http://repo.boox.com/repository/maven-public/" }

Demo

This repository contains the following examples:

1. Screen

2. Storage (SD Card)

3. Inking

The following examples demonstrate the use of the onyxsdk-pen APIs.

Any type of view can be a drawing target, e.g. a SurfaceView or a WebView. Relative coordinates appropriate to the the view being used are provided.

The SDK also provides additional functionality such as a move eraser, inking on multiple views, and saving ink strokes.

4. Screensaver

5. Settings

6. Misc API

7. App Open Guide

PRs Welcome

All contributions towards documentation, adding/improving unit tests, and examples are appreciated.