Example usage for android.content DialogInterface interface-usage

List of usage examples for android.content DialogInterface interface-usage

Introduction

In this page you can find the example usage for android.content DialogInterface interface-usage.

Usage

From source file com.roselism.bottomsheet.BottomSheet.java

/**
 * One way to present a set of actions to a user is with bottom sheets, a sheet of paper that
 * slides
 * up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear
 * and simple actions that do not need explanation.
 * <p/>

From source file de.mrapp.android.bottomsheet.BottomSheet.java

/**
 * A bottom sheet, which is designed according to the Android 5's Material Design guidelines even on
 * pre-Lollipop devices. Such a bottom sheet appears at the bottom of the window and consists of a
 * title and multiple items. It is possible to customize the appearance of the bottom sheet or to
 * replace its title and items with custom views.
 *