{"id":18054462,"url":"https://github.com/phong016688/otp-code-android-view","last_synced_at":"2026-04-02T02:07:42.006Z","repository":{"id":178569070,"uuid":"662009668","full_name":"phong016688/otp-code-android-view","owner":"phong016688","description":"Custom view library use to enter OTP code on android","archived":false,"fork":false,"pushed_at":"2026-03-14T16:22:49.000Z","size":2993,"stargazers_count":3,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-15T02:56:04.694Z","etag":null,"topics":["android","customview","otp","otp-code","otp-view","verify"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phong016688.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-04T07:00:06.000Z","updated_at":"2026-03-03T13:19:04.000Z","dependencies_parsed_at":"2023-10-05T10:57:57.492Z","dependency_job_id":"e0b53dc5-6f09-4972-9d64-0586dc982b98","html_url":"https://github.com/phong016688/otp-code-android-view","commit_stats":null,"previous_names":["phong016688/otp-code-android-view"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/phong016688/otp-code-android-view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phong016688%2Fotp-code-android-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phong016688%2Fotp-code-android-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phong016688%2Fotp-code-android-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phong016688%2Fotp-code-android-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phong016688","download_url":"https://codeload.github.com/phong016688/otp-code-android-view/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phong016688%2Fotp-code-android-view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","customview","otp","otp-code","otp-view","verify"],"created_at":"2024-10-31T00:11:18.873Z","updated_at":"2026-04-02T02:07:41.979Z","avatar_url":"https://github.com/phong016688.png","language":"Kotlin","readme":"# Otp View\n\n\u003e The library using for otp code in Android. \n\n\u003ca href=\"https://github.com/ericktijerou/koleton/actions\"\u003e\u003cimg src=\"https://github.com/ericktijerou/koleton/workflows/Build%20and%20test/badge.svg\"/\u003e  \n\nAn Android library that provides an easy enter and verify otp code. \n\nMade with ❤ by [phong](https://github.com/phong016688). \n\n## Installation\nYou can install `otp-loading-view` with `Maven Central` and `Gradle`:\n\n```gradle\n// In your module's `build.gradle`\ndependencies {\n    implementation 'com.github.phong016688:otp-code-android-view:0.1.1'\n}\n```\n\nMake sure to include `maven { url 'https://jitpack.io' }` in your repositories\n```gradle\nrepositories {\n  maven { url 'https://jitpack.io' }\n}\n```\n\n\n## Default config: \n```\n\u003ccom.otp.otp_code_view.OtpCodeView\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:layout_marginTop=\"100dp\"/\u003e\n```\n\n[video_black.webm](https://github.com/phong016688/otp-code-android-view/assets/37899092/1c8138a9-35c7-4a12-940c-9a8af6c2f409)  \n\n## Custom config: \n```\n\u003ccom.otp.otp_code_view.OtpCodeView\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        app:code_color=\"#CC171717\"\n        app:code_stroke_color=\"#185C1F\"\n        app:code_done_stroke_color=\"#1AA327\"\n        app:code_background_color=\"#667A7979\"\n        app:code_error_color=\"#A50202\"\n        app:code_stroke_error_color=\"#F11919\"\n        app:code_length=\"4\"\n        app:code_radius=\"10dp\"\n        app:code_length=\"8\"\n        app:code_stroke_width=\"2dp\"/\u003e\n```\n\u003e Note: Length code is range 1 to 8. \n\n[device-2023-07-06-122055.webm](https://github.com/phong016688/otp-code-android-view/assets/37899092/2f395053-dbfe-4cab-b85f-351a395c70ab)\n\n   \n## License\n\n       Copyright 2020\n\n       Licensed under the Apache License, Version 2.0 (the \"License\");\n       you may not use this file except in compliance with the License.\n       You may obtain a copy of the License at\n\n           http://www.apache.org/licenses/LICENSE-2.0\n\n       Unless required by applicable law or agreed to in writing, software\n       distributed under the License is distributed on an \"AS IS\" BASIS,\n       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n       See the License for the specific language governing permissions and\n       limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphong016688%2Fotp-code-android-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphong016688%2Fotp-code-android-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphong016688%2Fotp-code-android-view/lists"}