Calling an Android soft keyboard from a C ++ file

I have to face some problems when calling an Android soft keyboard from a C ++ file. I have a C ++ project, and I need to show and use my own soft keyboard on some screens. I am compiling all the code using the NDK. Can someone give a suggestion on how to use a soft keyboard in a native / C ++ application? Thanks in advance for your help. Regards, Maidul

+5
source share
2 answers

1) Create a method in Java to show the virtual keyboard as follows: How to show the virtual keyboard in android activity

2) ++ Java, : JNI - ++ C Java?

+4

++ Android, ++ C JNI Java. Apis Android Java.

-2

All Articles