Android Open Source - Development edittext Hackday2013






Project Summary

Some EditText subclasses.

Web Site / Source Repository

Hackday2013 is hosted in the following web site
https://github.com/baz8080/Hackday2013

If you think the Android project Hackday2013 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 Hackday2013.

ItemValue
Java File Count9
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
libphonenumber-5.6.jar
Required Permissionsandroid.permission.GET_ACCOUNTS




Java Source Files

Hackday2013 has the following Java source files.

com.mbcdev.hackday2013.MainActivity.java
com.mbcdev.hackday2013.validation.EmailValidator.java
com.mbcdev.hackday2013.validation.PhoneValidator.java
com.mbcdev.hackday2013.validation.impl.AndroidEmailValidator.java
com.mbcdev.hackday2013.validation.impl.GooglePhoneValidator.java
com.mbcdev.hackday2013.widgets.EmailAddressAutoCompleteTextView.java
com.mbcdev.hackday2013.widgets.PhoneNumberEditText.java
com.mbcdev.hackday2013.widgets.TextChangedAdapter.java
com.mbcdev.hackday2013.widgets.ValidatingEditText.java