File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,12 @@ How to use:
28
28
- In your onCreate method, you can find the view as usual, using findViewById() function.
29
29
- Set onQRCodeReadListener to the QRCodeReaderView.
30
30
- Start & Stop camera preview in onPause() and onResume() overriden methods.
31
- - Use onQRCodeReadListener callbacks as you want
32
- Example included in this repository:
31
+ - Use onQRCodeReadListener callbacks as you want.
32
+ - You can place averlay widgets or views over QRDecoderView
33
+
34
+ ![ Image] ( ../master/readme_images/add_overlay.png?raw=true )
35
+
36
+ ##### Example included in this repository: #####
33
37
34
38
``` java
35
39
public class DecoderActivity extends Activity implements OnQRCodeReadListener {
@@ -83,3 +87,6 @@ Example included in this repository:
83
87
}
84
88
}
85
89
```
90
+
91
+
92
+ ![ Image] ( ../master/readme_images/app_example.png?raw=true )
You can’t perform that action at this time.
0 commit comments