You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request #68: Updating the readme for keyboard input
Merge in SDK/iink_sdk-additional-examples-android from readme-update-keyboard-input to master
* commit '3868e0857eb008d06f25791348328f2cb1e7b8ac':
Updating the readme for keyboard input
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,9 @@ For more details on the sample, read more [here](samples/write-to-type/ReadMe.pd
68
68
It drives the content model by sending the captured strokes to iink SDK and keeps the incremental recognition principle and gesture notifications.
69
69
This sample uses a third-party rendering library to manage the captured strokes and display its model, and get real-time recognition results and gesture notifications.
70
70
71
+
6. The keyboard input sample shows a specific usage for the `Placeholder` feature. In this sample, you'll be able to input text by keyboard within an iink document, with minumum code.
72
+
It shows how to manage switching from an Android view to an image managed by iink.
73
+
71
74
## Documentation
72
75
73
76
A complete guide is available on [MyScript Developer Portal](https://developer.myscript.com/docs/interactive-ink/latest/android/).
0 commit comments