When doing internet job with httputils2 and while waiting for the jobdone event to be fired, the user accidentally rotates the device and a java runtime error appears........ fortunately asking the user if he wants to continue, causing restart of the application.
While waiting asynchronously for the jobdone event to be fired, how to "freeze" temporarily the rotation of the device, even if the user turns it?
p/s possible reason for the runtime error is that rotation causes a restart of the activity object?
While waiting asynchronously for the jobdone event to be fired, how to "freeze" temporarily the rotation of the device, even if the user turns it?
p/s possible reason for the runtime error is that rotation causes a restart of the activity object?