Using Android API 14 or higher, what is the easiest way to make a dialog box? All I want is a few lines of text, OK button, and Cancel button. The Cancel button closes the dialog, the OK button performs some method that I have.
The reason I ask is because I'm going through a few different tutorial books and many of them seem to make dialog creation an overly complicated process. So I want the absolute simplest way to do this (fewest lines of code).