Re: [Interest] Native library for Android using Qt

2015-11-24 Thread Захаров Александр Владимирович
No, we are trying to use Qt-based native (i.e. written in C++ and compiled to binary) library from a Java Android program. JNI can be used both ways, for calling native code from Java and for calling Java code from a native code. 24.11.2015 15:55, jh...@gmx.com пишет: I think you may be going

Re: [Interest] Native library for Android using Qt

2015-11-24 Thread jhihn
" To: interest@qt-project.org Subject: [Interest] Native library for Android using Qt We are trying to develop a library using Qt components for use from a usual Java-based Android application. We have managed to write JNI code and call a function from the library. However, the library is using

[Interest] Native library for Android using Qt

2015-11-22 Thread Захаров Александр Владимирович
We are trying to develop a library using Qt components for use from a usual Java-based Android application. We have managed to write JNI code and call a function from the library. However, the library is using some GUI components (although it does not show anything on the screen) and at one poi