[Lazarus] Android and QT ?

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Wed Mar 2 10:47:18 CET 2011


2011/3/1 Razvan Adrian Bogdan <lightningflash at gmail.com>:
> They implemented QT using a service application that provides access to the
> GUI framework, it doesn't say anything about OpenGL and people seem to be
> happy about it.

If you search more deeply, Qt for Android depends on OpenGL.

> It is important that it uses the same look and feel and is well integrated.

Exactly what Qt won't be. Qt is a custom drawn toolkit. It could never
use the native widgets because it doesn't match it's internal
architecture.

> I'm not sure how they wrote the Java GUI stuff, is it all written in Java or
> there are some C/C++ wrappers for Java that we could use ?

There are no such generic wrappers, you have to write them yourself
for each program.

For Pascal I am writing generic wrappers to communicate with Java.

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list