creswick / StreamingQR

Apache License 2.0
2 stars 0 forks source link

Transmit worker thread #35

Open creswick opened 10 years ago

creswick commented 10 years ago

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.

creswick commented 10 years ago

Blocked on #68 and maybe #69