MyScript Developer provides a complete developer guide of programming with Interactive Ink SDK, however, the Code Labs in this project are aimed at hands-on coding experience by stepping you through the process of building a small application or integrating Interactive Ink into an existing application.
- Get Started: Your First Interactive Ink Application
- Math Pad: An Interactive Ink Application for Handwriting Formulas
- Challenge: Create Multiple Editor Views
- Advance: Persistent Storage of Interactive Ink Content
Important
A personal developer certificate applied from MyScript Developer is integrated for the samples in this project, and is NOT supposed to be transferred for other usages.
If you run the starter app or samples without a valid certificate, you'll see your application crashes and an error showing up in the logcat
window:
[!ERROR] Please replace the content of MyCertificate.java with the certificate you received from the developer portal.
To make it work, you have to go to the MyScript Developer website, select the platform Android
, then click send email
under Get your certificate
to receive a valid certificate:
Then replace the certificate MyCertificate.java
by the one you receive from MyScript Developer in the myscript-certificate
module:
Then rebuild and run your app, the error should no longer show up.
[!ATTENTION] This project starts from a personal scaffold (Kotlin) for MyScript interactive ink SDK. For your better comprehensions, make sure that you practice as well with the scaffold (Kotlin) to start from the same scratch line.
[!DISCLAIMER] This is not an official project of MyScript Interactive Ink, and is ONLY for learning exchange purposes, and is NOT supposed to have quality guarantee and supports.