buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
815 stars 121 forks source link

Android wip #589

Closed Superbelko closed 5 years ago

Superbelko commented 5 years ago

WIP #586 Android status

Cleaned up examples/android

Added means to show/hide virtual keyboard on Android. English input mostly works, might have missed something though.

International/IME input doesn't works at all, probably due to changes after Android 4.0, nowadays people doesn't use native activity (and android_app esp.) because of this, Java is Android "native", so just calling dlangui from Java is preferable in many situations, and also should give much more control and features, but this will require rewriting platform code and so is another issue on its own.