How can you make a custom keyboard in Android?

前端 未结 9 2118
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 04:42

I want to make a custom keyboard. I don\'t know how to do it using XML and Java. The following picture is a model of the keyboard I want to make. It only needs numbers.

9条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 05:16

    One of the best well-documented example I found.

    http://www.fampennings.nl/maarten/android/09keyboard/index.htm

    KeyboardView related XML file and source code are provided.

提交回复
热议问题