Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi
I need to use scheduled events at specific time in my application on Android. In order to do so I have seen that the best way is to use the AlarmManager and BroadcastReceiver, but I am not sure how to access these two from Qt.
thanks Bogdan
Hi,
You can take a look at the QtAndroidExtras module to access the native API from Android.
Hope it helps