This chapter is about issues closer to development matters, compared with the previous chapters. The topics we will be talking about here are less tightly coupled to specific Android OS APIs – it is more our concern here to find out how technical requirements can best be accomplished using Kotlin methodologies.
The chapter gets amended by a section for transcribing Kotlin code to JavaScript code, which can serve WebView widgets.
Writing Reusable Libraries in Kotlin
Most tutorials you will find on the Web are about activities, services, ...