House Of Cards

Tools for working with a house of (credit) cards

Лицензия

Лицензия

Группа

Группа

com.prolificinteractive
Идентификатор

Идентификатор

houseofcards
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

House Of Cards
Tools for working with a house of (credit) cards
Ссылка на сайт

Ссылка на сайт

https://github.com/prolificinteractive/HouseOfCards
Система контроля версий

Система контроля версий

https://github.com/prolificinteractive/HouseOfCards

Скачать houseofcards

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.prolificinteractive/houseofcards/ -->
<dependency>
    <groupId>com.prolificinteractive</groupId>
    <artifactId>houseofcards</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.prolificinteractive/houseofcards/
implementation 'com.prolificinteractive:houseofcards:1.0.1'
// https://jarcasting.com/artifacts/com.prolificinteractive/houseofcards/
implementation ("com.prolificinteractive:houseofcards:1.0.1")
'com.prolificinteractive:houseofcards:aar:1.0.1'
<dependency org="com.prolificinteractive" name="houseofcards" rev="1.0.1">
  <artifact name="houseofcards" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.prolificinteractive', module='houseofcards', version='1.0.1')
)
libraryDependencies += "com.prolificinteractive" % "houseofcards" % "1.0.1"
[com.prolificinteractive/houseofcards "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

com.prolificinteractive

Prolific Interactive

Prolific Interactive is a strategy-led mobile agency partnering with high-growth lifestyle brands.

Версии библиотеки

Версия
1.0.1
1.0.0