Skip to content

A simple card validation library for Android, a fork of dbachelder's CreditCardEntry library but simplified to allow for more customisation, and separate input fields.

License

dcode-technologies/GreenCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreenCard

A credit card validation library for Android. Easy to customise entry fields. Three main features; credit card validation, expiry date validation and cvv validation. Follows the Luhn algorithm and presents contextual errors, which can also be customised to your liking.

Usage

Grab the latest version via Gradle:

compile 'com.dcode.greencard:greencard:1.0.0'

Sample

Every feature is put through it's pace in the sample app, get it on Google Play:

[Coming soon]

Other apps that use this library

License

The MIT License (MIT)
Copyright (C) 2016 DCODE TECHNOLOGIES LTD

Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple card validation library for Android, a fork of dbachelder's CreditCardEntry library but simplified to allow for more customisation, and separate input fields.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages