avinashbest / soft-keyboard-android

A soft keyboard is considered as an Input Method Editor (IME) by the Android operating system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soft Keyboard Android

A soft keyboard is considered as an Input Method Editor (IME) by the Android operating system. An IME is declared as a Service in AndroidManifest.xml that uses the BIND_INPUT_METHOD permission, and responds to the action android.view.InputMethod

About

A soft keyboard is considered as an Input Method Editor (IME) by the Android operating system.


Languages

Language:Java 100.0%