How to create android app using HaxeUI

How to develop android apps using HaxeUi?

Hi, welcome! :slight_smile:

So you have a few options when compiling to android:

  1. you can use the “game” frameworks, like openfl, kha, nme, etc, and compile to android
  2. you can use haxeui-android, which will create a native android ui, this is still experimental, and in fact, im in the process of rewriting large parts of it

Hope that helps somewhat

Cheers,
Ian