Android User Interface Design: Password Confirmation

There are numerous types of dialogs available within the Android SDK, such as DatePickerDialogs, ProgressDialogs, and generic dialogs like AlertDialogs. You can also create your own custom dialogs for use within your applications. Custom dialogs like a password confirmation dialog (Figure 1) are generated from a special AlertDialog class (android.app.AlertDialog). The custom aspect of the […]

{excerpt}
Read More

Leave a Reply

Your email address will not be published. Required fields are marked *