I have made some progress with porting
RTB (Return to BASIC) to Android native with SDL support. There are still unicode issues which SDL (1.2) for Android doesn't support. For example I can't type in a quote character and keyboard entry seems a little slow. It's cool just to see it running even though it it isn't ready for prime time. I would like to thank Роман (C4droid author) for his help getting the project to this point.
The
Kdb graphic toggles the keyboard.
The arrow key in the upper right corner I'm thinking is a backspace that isn't currently being encoded (unicode ?) correctly.
The circle with arrows seems to be a mouse pad and the center being a return/right mouse button.
These background keys are controlled via the apps SDL preference menu which is a nice
codeless feature users will like.
It's nice to see a native C application interacting with the Android Java VM.
I cheated and added a SDL (button one) to do the double quote for me so I could load one of the demo files. (Mandelbrot Set)
Note: The background SDL user interface controls can be toggled off with the application preference menu option.