Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use GTK+ in Android?

Tags:

android

gtk

Is it possible to use GTK+ library with Android?

like image 288
Evgeny Vinnik Avatar asked Aug 06 '11 03:08

Evgeny Vinnik


People also ask

Is GTK still used?

The development of GTK 4 used version names 3.90, 3.92, etc. until the first GTK 4.0 stable release was launched in December 2020. Despite the first stable GTK 4 release, some applications using GTK still rely on GTK 2. For example, as of January 2022, GIMP is still being ported to GTK 3.

Which is better QT or GTK?

After a rewrite, the toolkit became GTK+ and saw release in 1998. Unlike Qt, people had the freedom to edit, modify, and share GTK+ from the beginning. While Qt is in some ways a more versatile and adaptable toolkit, a community consolidated around GTK+ during these early years.


2 Answers

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.

like image 156
eugals Avatar answered Sep 28 '22 10:09

eugals


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

like image 26
binhgreat Avatar answered Sep 28 '22 10:09

binhgreat