File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ Add the dependency
5959 app : QR_backgroundColor =" @android:color/white" />
6060```
6161
62- #### Case II: Creating QR in Java file
62+ #### Case II: Creating QR in the Activity
6363
6464``` java
6565
6666 QRView qrView = findViewById(R . id. qrView);
6767
68- qrView. setData(" https://chtgupta.github.io" ) // the only required method, rest all methods and listener are optional
68+ qrView. setData(" https://chtgupta.github.io" ) // the only required method, rest all are optional
6969
7070 .setSize(120 , QRParams . DP )
7171 .setErrorCorrectionLevel(ErrorCorrection . H )
@@ -104,9 +104,9 @@ Add the dependency
104104
105105Chahat Gupta – [ @chtgupta ] ( https://chtgupta.github.io ) – admin@speakapp.me
106106
107- Distributed under the MIT license. See `` LICENSE `` for more information.
107+ Distributed under the APACHE 2.0 license. See `` LICENSE `` for more information.
108108
109- [ https://github.com/chtgupta/FadeInTextView -Android/ ] ( https://github.com/chtgupta/FadeInTextView -Android/ )
109+ [ https://github.com/chtgupta/QRUtils -Android/ ] ( https://github.com/chtgupta/QRUtils -Android/ )
110110
111111## Contributing
112112
You can’t perform that action at this time.
0 commit comments