Android Open Source - UI inspire CreditCardEntry






Project Summary

Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface.

Web Site / Source Repository

CreditCardEntry is hosted in the following web site
https://github.com/jgrana/CreditCardEntry

If you think the Android project CreditCardEntry listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of CreditCardEntry.

ItemValue
Java File Count11
Supported screen sizes[mdpi, xhdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
android-support-v4.jar




License

The license information of CreditCardEntry is as follows:

MIT License

Resource Files

There are 8 image files in CreditCardEntry. The names of the image files are listed as follows.

amex.png
amex_back.png
cc_back.png
diners_club.png
discover.png
master_card.png
unknown_cc.png
visa.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.devmarvel.creditcardentry.fields.CreditCardText.java
com.devmarvel.creditcardentry.fields.CreditEntryFieldBase.java
com.devmarvel.creditcardentry.fields.ExpDateText.java
com.devmarvel.creditcardentry.fields.SecurityCodeText.java
com.devmarvel.creditcardentry.fields.ZipCodeText.java
com.devmarvel.creditcardentry.internal.CreditCardEntry.java
com.devmarvel.creditcardentry.internal.CreditCardUtil.java
com.devmarvel.creditcardentry.internal.FlipAnimator.java
com.devmarvel.creditcardentry.library.CreditCardForm.java
com.devmarvel.creditcardentry.library.CreditCard.java
com.devmarvel.creditcardentrydemo.MainActivity.java