dlazaro66 / QRCodeReaderView

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes
1.9k stars 491 forks source link

Lazy loading #72

Open miguelvictor opened 8 years ago

miguelvictor commented 8 years ago

Is it possible to lazy load this view? We used this in our app and loading seems to take a while. My suggestion is to show a black view (or any placeholder) then after everything is initialized in another thread, show the preview. This is just not to block the activity from showing up immediately. Thank you man, awesome work !