Is it possible to use GTK+ in Android?

Viewed 37716

Is it possible to use GTK+ library with Android?

4 Answers

Nothing is impossible. First of all, GTK library need to be coss-compiled. After that, the compiled library need to be deployed to android.

You can run GTK applications on Android through the broadway backend.

Related