Overview

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

To use the SDK, please add the following statement to your build.gradle:

    compile ('com.onyx.android.sdk:onyxsdk-base:1.4.3.7')
    compile('com.onyx.android.sdk:onyxsdk-pen:1.0.8')
    compile('com.onyx.android.sdk:onyxsdk-data:1.1.0')
    compile('com.onyx.android.sdk:onyxsdk-notedata:1.0.5')

For onyxsdk-scribble SDK, dbflow library is inside the jitpack, so you have to add the following statement to your project build.gradle:

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

Demo

The project contains following examples that you should take care of:

1.Screen

2.SDCard

3.Scribble

Following demos are example of onyxsdk-pen.

We use TouchHepler api to draw

We have no restrictions on the view, you can set anything view.For example, SurfaceView , webview. We will return relative coordinates, According to the view you set.

If the device supports touch, you scribble with your fingers.

We alse support move eraser, multiple view scribble and save scribble points

4.Screensaver

5.Open Setting

6.Other API

7.App Open Guide