Project demonstrating proper alert dialog usage with input validation on Android.
AlertDialogUsage is hosted in the following web site
https://github.com/antew/AlertDialogUsage
If you think the Android project AlertDialogUsage 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 AlertDialogUsage.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
There are 1 image files in AlertDialogUsage. The names of the image files are listed as follows.
custom_indicator_input_error.png
The following screenshort is generated from the image listed above.
AlertDialogUsage has the following Java source files.
com.craftingmobile.alertdialogusage.LoginDialogFragment.java com.craftingmobile.alertdialogusage.LogoutDialogFragment.java com.craftingmobile.alertdialogusage.MainActivity.java com.craftingmobile.alertdialogusage.interfaces.LoginDialogListener.java com.craftingmobile.alertdialogusage.interfaces.LogoutDialogListener.java