Update README.md
This commit is contained in:
parent
01df4051cd
commit
fb31b3f50f
|
|
@ -2,14 +2,14 @@
|
||||||
Encoding with zxing (Qr code, PDF 417)
|
Encoding with zxing (Qr code, PDF 417)
|
||||||
|
|
||||||
|
|
||||||
#Add library dependency
|
##Add library dependency
|
||||||
|
|
||||||
First add encoding_zxing_lib in your project
|
First add encoding_zxing_lib in your project
|
||||||
Then :
|
Then :
|
||||||
|
|
||||||
compile project(path: ':encoding_zxing_lib')
|
compile project(path: ':encoding_zxing_lib')
|
||||||
|
|
||||||
#To generate encode of QrCode
|
##To generate encode of QrCode
|
||||||
|
|
||||||
Example -1
|
Example -1
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ Example -2
|
||||||
Color.BLACK,
|
Color.BLACK,
|
||||||
Color.WHITE);
|
Color.WHITE);
|
||||||
|
|
||||||
#To generate encode of PDF417
|
##To generate encode of PDF417
|
||||||
|
|
||||||
Example -1
|
Example -1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue