trananh1992 / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

How To Implement AutoUpdateApk using QT? #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

We have a project on QT and we expect to get thousands of clients soon.

I have read these last days about AutoUpdateApk, but I would like to know how 
can I implement it at our QT project.

At QT, is possible to add a custom Java class to an Android application and 
call into this using the JNI convenience APIs in the Qt Android Extras module.

http://qt-project.org/doc/qt-5/qtandroidextras-notification-example.html

Can you help me with this task?

Original issue reported on code.google.com by paulopin...@gmail.com on 16 Oct 2014 at 6:55

GoogleCodeExporter commented 9 years ago
Thank you for your interest in AutoUpdateAPK!

AutoUpdateAPK works with the native Android applications written in Java, if 
you're using a different application framework (phonegap, qt, whatever) you 
have to figure out yourself how to create native Java classes and call the 
standard API.

Original comment by lenik.terenin on 18 Oct 2014 at 2:18