Update README.md

This commit is contained in:
MOATAZ IBRAHIM ELDESOUKI TAWFEEK MOHAMMED 2017-01-17 23:11:58 +02:00 committed by GitHub
parent 3939bb4bd0
commit 01df4051cd
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Encoding-with-zxing # Encoding-with-zxing Android
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