An open API service indexing awesome lists of open source software.

https://github.com/getrighhttt/customalertdialogboxes

A repo demoing how easy it is to display your own custom dialog boxes with Snackbars.
https://github.com/getrighhttt/customalertdialogboxes

activities alertdialog android kotlin permissions

Last synced: about 2 months ago
JSON representation

A repo demoing how easy it is to display your own custom dialog boxes with Snackbars.

Awesome Lists containing this project

README

          

# CustomAlertDialogBoxes
A repo demoing how easy it is to display your own custom dialog boxes in Android.

We also show how to display an UNDO button using Snackbars with those Dialogs.

I also demo'd how to ask for permissions while using these dialog boxes.

### Basic Dialog with UNDO button:
![2022-08-12 (2)](https://user-images.githubusercontent.com/105057858/184395543-244cb871-821c-4008-965c-8265c8f5566b.png)
![2022-08-12 (3)](https://user-images.githubusercontent.com/105057858/184395544-7f8e2fd0-c6b6-471e-ada0-7c75ccc45809.png)
![2022-08-12 (1)](https://user-images.githubusercontent.com/105057858/184395547-f747d0db-620e-4871-a857-861dcb5e3e00.png)


### Single Choice with UNDO button:

![2022-08-11 (7)](https://user-images.githubusercontent.com/105057858/184273991-09c53178-c4df-483c-9f98-3bb9eebd7717.png)


### Multi Choice with UNDO button:

![2022-08-11 (8)](https://user-images.githubusercontent.com/105057858/184273997-86da3300-f069-4c2a-9f4f-0b06eed58231.png)