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
*Here is the link of the demo application. 👉 [Demo](resource/sample.apk)*
46
51
47
52
@@ -50,11 +55,13 @@ This library provide easy and secure PIN authentication view, which
50
55
* Add below lines to `app/build.gradle` file of your project.
51
56
```
52
57
dependencies {
53
-
compile 'com.kevalpatel2106:passcodeview:1.1'
58
+
compile 'com.kevalpatel2106:passcodeview:1.2'
54
59
}
55
60
```
56
61
* To integrate using maven visit this [page](https://github.com/kevalpatel2106/PasscodeView/wiki/Dependencies).
57
-
62
+
63
+
## PIN based authentication:
64
+
58
65
-### Add `PinView` in your layout file.
59
66
```java
60
67
<com.kevalpatel.passcodeview.PinView
@@ -115,9 +122,10 @@ This library provide easy and secure PIN authentication view, which
115
122
```
116
123
117
124
- ### Set the shape of the pin indicators you want to use.
118
-
-There are two built in key shapes.
125
+
-There are three built in key shapes.
119
126
*Round indicator
120
127
*Dot indicator
128
+
*Circle indicator
121
129
-Here is the example for the round indicator. You can learn more about other indicators from [here](https://github.com/kevalpatel2106/PasscodeView/wiki/Indicators).
122
130
```java
123
131
@Override
@@ -207,18 +215,123 @@ This library provide easy and secure PIN authentication view, which
207
215
//...
208
216
}
209
217
```
210
-
218
+
219
+
220
+
## Pattern based authentication:
221
+
222
+
- ### Set the number of rows and columns of the pattern in your activity/fragment.
0 commit comments