Android – Working with bottomsheet, Create dialog with bottomseet fargment
BottomSheetDialog is like a standard dialog, but I stays in bottom of screen. This can be usefull when we want to show some quick actions. To create dialog we need to create one class file and one layout file.