2011/3/1 Razvan Adrian Bogdan <[email protected]>: > 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
