October 2019
Intermediate to advanced
434 pages
11h 54m
English
Let's walk through this concept of generating bindings to a third-party library to modify our web page using jQuery through our Kotlin code. To do this we're going to need to find TypeScript bindings for jQuery, convert those to Kotlin with ts2kt, and then use those bindings to manipulate our page from Kotlin.
By following these steps, we'll be able to add HTML elements to our web page programmatically from our Kotlin code:
Read now
Unlock full access