A base class for Dialogs.
This will declare a Dialog object.
1. Add the import below to the import section of the MainActivity.java file.
import android.app.Dialog;
Dialog myDialog;
3. Compile and run!
Next Recommended Article: How to Create an AlertDialog with Supplied Arguments
Resources:
http://developer.android.com/reference/android/app/Dialog.html