{"id":13644879,"url":"https://github.com/issotina/CardForm","last_synced_at":"2025-04-21T10:34:45.751Z","repository":{"id":144406551,"uuid":"77614921","full_name":"issotina/CardForm","owner":"issotina","description":"A ready-made pretty interactive card form  that can be included in your Android app, making it easy to accept credit and debit cards.","archived":false,"fork":false,"pushed_at":"2019-02-27T14:41:25.000Z","size":3106,"stargazers_count":48,"open_issues_count":5,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T16:15:59.691Z","etag":null,"topics":["android-library","debit-card","java-8","payment-integration"],"latest_commit_sha":null,"homepage":"","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/issotina.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}},"created_at":"2016-12-29T13:43:34.000Z","updated_at":"2024-12-16T23:18:54.000Z","dependencies_parsed_at":"2024-01-14T11:19:04.340Z","dependency_job_id":"1fe11db9-51fe-48ba-a442-c0a5ba9ab382","html_url":"https://github.com/issotina/CardForm","commit_stats":null,"previous_names":["geeckmc/cardform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issotina%2FCardForm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issotina%2FCardForm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issotina%2FCardForm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issotina%2FCardForm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/issotina","download_url":"https://codeload.github.com/issotina/CardForm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625495,"owners_count":21135513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-library","debit-card","java-8","payment-integration"],"created_at":"2024-08-02T01:02:17.719Z","updated_at":"2025-04-21T10:34:40.718Z","avatar_url":"https://github.com/issotina.png","language":"Java","readme":"# ANDROID CARD FORM\n**A better Android credit/debit card interactive form without writing a lot of code**\n\nCardForm can be used as a simple credit card validation form with any credit card form and any payment API (without you changing anything). Everything is created with Android SDK - no picture is required.\n\n![Demo App](https://raw.githubusercontent.com/geeckmc/CardForm/master/demo.gif)\n\n## Installation\n**by Gradle:**\n ```gradle\n        compile 'com.craftman.cardform:cardform:0.0.2'\n```\n\n## Setup and usage\n\n**Use CardForm layout in your xml code:**\n```xml\n\u003ccom.craftman.cardform.CardForm\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:id=\"@+id/card_form\"/\u003e`\n ```\n **In your java code**\n ```java\nCardForm cardForm = (CardForm) findViewById(R.id.card_form);\ncardForm.setPayBtnClickListner(new OnPayBtnClickListner() {\n    @Override\n    public void onClick(Card card) {\n        //Your code here!! use card.getXXX() for get any card property\n        //for instance card.getName();\n    }\n});\n```\n\n\n\n# License\n\n```\nCopyright 2016 Shadaï ALI (craftman).\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n   \nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":["CreditCard"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fissotina%2FCardForm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fissotina%2FCardForm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fissotina%2FCardForm/lists"}