Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.prolificinteractive:houseofcards

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.prolificinteractive:houseofcards

Tools for working with a house of (credit) cards

  • 1.0.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

House Of Cards

Travis build status

Tools for working with a house of (credit) cards.

FRANK UNDERWOOD

Installation

compile 'com.prolificinteractive:houseofcards:1.0.1'

Usage

Add a textWatcher to your EditText:

editText.addTextChangedListener(new CreditCardTextWatcher());

You can also pass in your own instance of CreditCardUtil to control what card types are used:

CreditCardUtil cardUtil = new CreditCardUtil(CreditCardUtil.VISA);
editText.addTextChangedListener(new CreditCardTextWatcher(cardUtil));

And you're not just limited to built in types! Just implement CreditCard!

Contributing to House Of Cards

To report a bug or enhancement request, feel free to file an issue under the respective heading.

If you wish to contribute to the project, fork this repo and submit a pull request. Code contributions should follow the standards specified in the Prolific Android Style Guide.

License

prolific

Copyright (c) 2017 Prolific Interactive

HouseOfCards is maintained and sponsored by Prolific Interactive. It may be redistributed under the terms specified in the LICENSE file.

Name Disclaimer

This project is in no way affiliated with the Netflix Original Series House of Cards or the UK television series of the same name. This project is about credit card validation, not corrupt politicians.

FAQs

Package last updated on 15 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc