Update README.md
This commit is contained in:
parent
831606193d
commit
86536163ca
12
README.md
12
README.md
|
|
@ -14,7 +14,7 @@ Encoding with zxing (Qr code, PDF 417)
|
||||||
|
|
||||||
##Add library dependency
|
##Add library dependency
|
||||||
### installation
|
### installation
|
||||||
- First add encoding_zxing_lib in your project.
|
- First add encoding_zxing_lib in your project. Then Add this line in app gradle.build
|
||||||
|
|
||||||
> compile project(path: ':encoding_zxing_lib')
|
> compile project(path: ':encoding_zxing_lib')
|
||||||
|
|
||||||
|
|
@ -36,11 +36,11 @@ Example -2
|
||||||
dotColor,
|
dotColor,
|
||||||
backgroundColor);
|
backgroundColor);
|
||||||
---------------------------------
|
---------------------------------
|
||||||
EncodingZxing.encodeToQrCode("Encoding with zxing",
|
EncodingZxing.encodeToQrCode("Encoding with zxing",
|
||||||
400,
|
400,
|
||||||
400,
|
400,
|
||||||
Color.BLACK,
|
Color.BLACK,
|
||||||
Color.WHITE);
|
Color.WHITE);
|
||||||
|
|
||||||
##To generate encode of PDF417
|
##To generate encode of PDF417
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue