Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phong016688/otp-code-android-view
Custom view library use to enter OTP code on android
https://github.com/phong016688/otp-code-android-view
android customview otp otp-code otp-view verify
Last synced: 2 months ago
JSON representation
Custom view library use to enter OTP code on android
- Host: GitHub
- URL: https://github.com/phong016688/otp-code-android-view
- Owner: phong016688
- Created: 2023-07-04T07:00:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T05:48:11.000Z (3 months ago)
- Last Synced: 2024-10-19T08:03:51.415Z (3 months ago)
- Topics: android, customview, otp, otp-code, otp-view, verify
- Language: Kotlin
- Homepage:
- Size: 2.86 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Otp View
> The library using for otp code in Android.
An Android library that provides an easy enter and verify otp code.
Made with ❤ by [phong](https://github.com/phong016688).
## Installation
You can install `otp-loading-view` with `Maven Central` and `Gradle`:```gradle
// In your module's `build.gradle`
dependencies {
implementation 'com.github.phong016688:otp-code-android-view:0.1.1'
}
```Make sure to include `maven { url 'https://jitpack.io' }` in your repositories
```gradle
repositories {
maven { url 'https://jitpack.io' }
}
```## Default config:
``````
[video_black.webm](https://github.com/phong016688/otp-code-android-view/assets/37899092/1c8138a9-35c7-4a12-940c-9a8af6c2f409)
## Custom config:
``````
> Note: Length code is range 1 to 8.[device-2023-07-06-122055.webm](https://github.com/phong016688/otp-code-android-view/assets/37899092/2f395053-dbfe-4cab-b85f-351a395c70ab)
## LicenseCopyright 2020
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.