canhvu85 / CustomAlertDialog

Creating Dialog with Custom Layout in Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomAlertDialog

Creating Dialog with Custom Layout in Android

In this tutorial, Dialog is implemented with the custom layout.

About Dialog in Android

A dialog is a small window that prompts the user to make a decision or enter additional information. A dialog does not fill the screen and is normally used for modal events that require users to take an action before they can proceed.

custom_dialog_1 custom_dialog_2

References:

https://developer.android.com/guide/topics/ui/dialogs

About

Creating Dialog with Custom Layout in Android


Languages

Language:Java 100.0%