Try GTKAndroid.
It still has many limitations at the moment when I'm writing this comment, but you should be able to run some simple forms with this already.
Answer from eugals on Stack OverflowBuilding a GTK application for Android
Support building application for Android
GTK 4 and Android
What versions of Android does the gtk4-demo support?
Videos
Try GTKAndroid.
It still has many limitations at the moment when I'm writing this comment, but you should be able to run some simple forms with this already.
Nothing is impossible. First of all, GTK library need to be coss-compiled. After that, the compiled library need to be deployed to android.
I know it s okay for desktop application, I m wondering if it s okay for mobile application also to use GTK,
any hint would be great,
thanks
I'm thinking about choosing GTK4 for an upcoming cross-platform desktop application, but one concern is the "motivation" of the GTK devs (and those that are both GTK and GNOME devs) for cross-platform applications since there doesn't seem to be much "stake in the game" for anything but Linux.
For example, back when GTK was truly just the "GIMP ToolKit" the "stake in the game" was obviously GIMP because it's a cross-platform application. But over the years it seems the GNOME desktop environment (Linux only of course) is the real stake in the game -- and not GIMP (Edit #1: I put a strikethrough for my information on GTK and GIMP's relationship as seems that was inaccurate, sorry). Is it really practical to consider at GTK4 for cross-platform applications when there's seemingly not much motivation for Windows and macOS? I apologize if my understanding is incorrect.
Edit #2: I ended up going with Qt/QML for this project.