Building an Android Keyboard in 2020
Written in Kotlin using ContraintLayout declared in XML
Posted on November 26, 2020 | Guille
There are countless tutorials and example code for building an Android keyboard, but all of them use Java and the deprecated KeyboardView and Keyboard classes from android.inputmethodservice. If you’re building an Android keyboard in 2020 you want to be using Kotlin and designing your own layout from scratch.