The creation of the qrcode and manipulation of image formats needed by Android to display the qrcode is taking enough time to warrant its own thread. A message posted to the UI thread from the worker thread will indicate a new image is ready to be displayed.
Imported from trac #35.
The creation of the qrcode and manipulation of image formats needed by Android to display the qrcode is taking enough time to warrant its own thread. A message posted to the UI thread from the worker thread will indicate a new image is ready to be displayed.