Android Word/Letter Tracing SDK is a complet solution to build apps for kids learning in pure kotlin. It supports all kind of shapes and all language letters e.g. english, arabic, Urdu, hindi etc.
Supported letters at the moment A, B, C, D, E, F,P, R,U
Note: Due to short time I have included limited letters. I will gradually update letters Or you have made some shapes/letters then share it with me so I include it in next release
Custom Shape/letters
If you want to build your own custom shape/letter(of any language) then you have to familiar with canvas PATH in android. It is as simple as ABC. Just create a path and use as below. For instance I want to make letter 'A' which has 3 segments:
val path =Path()
path.moveTo(width*0.19f,height*0.9f)
path.lineTo(width*0.45f,height*0.08f)
path.moveTo(width*0.46f,height*0.08f)
path.lineTo(width*0.76f,height*0.9f)
path.moveTo(width*0.32f,height*0.62f)
path.lineTo(width*0.62f,height*0.62f)
binding.tlview.setLetter(path)
Rules for custom shapes/letters
I have built all the letters using width and height 420,420. If you change the size then you may face unexpacted result in your shapes/letters. Another point to note that if you move finger and the fill does not hide the end then your path is wrong. So every thing is the PATH creation and do not blam the library.
storyblok-mp-SDK-sample *WIP* ... a showcase of the Storyblok Kotlin Multiplatform Client SDK. (Android, JVM, JS, iOS, ...) What's included ?? โข About
Xeon SDK (work-in-progress ?? ??๏ธ ??โโ๏ธ โ ) Development Version Release This Is Latest Release ~ In Development
$version_release = ~
What's New?? * I