You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ You can expect a fully functional QR scanning activity to launch in **a single l
22
22
23
23
QRUtils provides separate modules for different functionalities. All the modules listed here are concerned with creating or reading QR codes. See individual instructions for each module to know what they do:
24
24
25
-
## QRView
25
+
####QRView
26
26
27
27
QRView is a custom Android View that facilitates generation of customized QR codes in as less as **3 lines of code**. It can also generate QR codes directly from XML attributes. Forget 300 lines of code and multiple classes to generate QR bitmaps. This library is all you need. Read more about implementation and usage of QRView [here](qrview/README.md).
28
28
29
-
## QRActivity
29
+
####QRActivity
30
30
31
31
QRActivity is a customizable, pre-built QR scanner activity which you can built with required parameters and launched in order to get the scanned result. Other features include flashlight toggle and file picker to read QR codes from image files. Read more about implementation and usage of QRActivity [here](aractivity/README.md).
32
32
@@ -50,8 +50,8 @@ dependencies {
50
50
## Usage
51
51
To get started, see the individual instructions for each module:
52
52
53
-
*[QRView](qrview/README.md)
54
-
*[QRActivity](qractivity/README.md)
53
+
*[QRView - to create QR codes](qrview/README.md)
54
+
*[QRActivity - to read / scan QR codes](qractivity/README.md)
0 commit comments