I'm looking for a way of getting input from the software keyboard from a Android NativeActivity.
I found this, that provides some sample code of how to get the software keyboard out (and it works), but lacks a few points of interest:
- How to get the input of the keyboard once displayed.
- How to avoid the app crashing when the user uses the back button to close the keyboard.
If anyone has any answers to either of these questions, or better yet, a simpler way of showing the keyboard that does not require the use of JNI, please share.
Thanks in advance,
Jaime