{"id":20415817,"url":"https://github.com/rbkgh/formhelper","last_synced_at":"2026-06-11T09:31:34.891Z","repository":{"id":90539592,"uuid":"51591657","full_name":"RbkGh/FormHelper","owner":"RbkGh","description":"DroidFormHelper is a simple library for Validating Various Form Inputs,eg check for null(set error if null),check character length etc. automatically","archived":false,"fork":false,"pushed_at":"2016-02-25T03:58:29.000Z","size":5088,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T03:41:33.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/RbkGh/FormHelper","language":"Java","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/RbkGh.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}},"created_at":"2016-02-12T14:16:10.000Z","updated_at":"2016-02-25T02:21:25.000Z","dependencies_parsed_at":"2023-06-10T20:30:48.687Z","dependency_job_id":null,"html_url":"https://github.com/RbkGh/FormHelper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RbkGh/FormHelper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FFormHelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FFormHelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FFormHelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FFormHelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RbkGh","download_url":"https://codeload.github.com/RbkGh/FormHelper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FFormHelper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34192870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2024-11-15T06:17:39.450Z","updated_at":"2026-06-11T09:31:34.872Z","avatar_url":"https://github.com/RbkGh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"DroidFormHelper\n===============\n\n\n#DroidFormHelper is a simple library for Validating Various Form Inputs,eg check for null(set error if null),check character length etc. automatically\n\n#Demonstration  https://github.com/RbkGh/FormHelper.git\n![](https://github.com/RbkGh/FormHelper/raw/master/descriptionalImages/droidformHelperGIF.gif)\n\n##Usage\nadd this to your build.gradle.\n\n#===For Gradle Users===\n```groovy\nrepositories{\n maven {\n        url  \"http://dl.bintray.com/rbkgh/maven\"\n    }\n}\n```\nand \n```groovy\ncompile 'com.swiftpot:com.swiftpot.formhelper:1.0.0'\n```\n#===For Gradle Users===\n\n#====For Maven users===\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n       \u003curl\u003ehttp://dl.bintray.com/rbkgh/maven\u003c/url\u003e\n    \u003c/repository\u003e\n```  \n  And\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.swiftpot\u003c/groupId\u003e\n  \u003cartifactId\u003ecom.swiftpot.formhelper\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n#====For Maven users===\n\n##===For Ivy Users===\n\n```xml\n\u003cdependency org='com.swiftpot' name='com.swiftpot.formhelper' rev='1.0.0'\u003e\n \u003cartifact name='$AID' ext='pom'\u003e\u003c/artifact\u003e\n\u003c/dependency\u003e\n```\n##===For Ivy Users===\n\n\n##DETAILED EXAMPLE TUTORIAL-HOW TO USE THE LIBRARY IN YOUR APP.\nKindly click on this Link Below:\n- [DroidFormHelperExampleApp](https://github.com/RbkGh/DroidFormHelperExampleApp)\n\n#--Future To-Do--\n#1.Check Email conformance,\n#2.Check PhoneNumber compliance,\n#3.Check for specific number of characters and more.\n\n\n\nDeveloped By\n------------\n\n* Rodney Boachie - \u003crbk.unlimited@gmail.com\u003e\n\n\nLicense\n--------\n\n    Copyright 2016 Rodney Boachie.\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.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbkgh%2Fformhelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbkgh%2Fformhelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbkgh%2Fformhelper/lists"}