Example usage for android.app DialogFragment subclass-usage

List of usage examples for android.app DialogFragment subclass-usage

Introduction

In this page you can find the example usage for android.app DialogFragment subclass-usage.

Usage

From source file nu.yona.timepicker.time.TimePickerDialog.java

/**
 * Dialog to set a time.
 */
public class TimePickerDialog extends DialogFragment
        implements OnValueSelectedListener, TimePickerController, TabHost.OnTabChangeListener {