Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)


## License

Copyright 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 at

http://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.