Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android keyboard api

Does android expose an API or somesuch for the development of thirdparty keyboard applications? There are several existing apps which can replace the default input methods, however I cannot seem to find any information about it.

like image 277
easytiger Avatar asked Apr 14 '10 21:04

easytiger


People also ask

Can you customize keyboard on Android?

You can change your keyboard theme. To give your Gboard a background, like a photo or a color: On your Android phone or tablet, open the Settings app. .

What is IME Android?

An input method editor (IME) is a user control that enables users to enter text. Android provides an extensible input-method framework that allows applications to provide users alternative input methods, such as on-screen keyboards or even speech input.


1 Answers

See Android Developers Blog post for creating an IME

like image 97
Joe Avatar answered Sep 24 '22 01:09

Joe