Some EditText subclasses.
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.
The following table is the detailed list of Hackday2013.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar libphonenumber-5.6.jar |
Required Permissions | android.permission.GET_ACCOUNTS |
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