Android Question Regular system-wide keyboard

androidsoftcoder

Member
Licensed User
Longtime User
Hi all

I want to create my own keyboard and use it system-wide like any other system keyboards (Swipe, GoKeyboard, GBoard, Jbak, ...). Searching forum for "keyboard" or "system keyboard" gave me tons of improper links just bcz searching word "keyboard" so common and widely used.

Please help me to find the proper "entry point" for guides or live examples for B4A applications that can be installed as a regular system keyboard.
 

moster67

Expert
Licensed User
Longtime User
Never tried but based on information here on the forum and googling, maybe the following approach may work:

1) Build a CustomKeyboard using this library:
https://www.b4x.com/android/forum/threads/customkeyboard-library.48953/#content

2) Then register it in the manifest to make it visible as a system keyboard (which users can select)
https://stackoverflow.com/questions/12343145/android-manifest-for-keyboard-not-showing-in-settings

Also this link may be useful:
https://www.ssaurel.com/blog/learn-to-create-a-system-keyboard-on-android/

That can be a start. If you are able to make it work, please share the steps.
 
Upvote 0
Top