Is there something else that should be called?
showDialog(TIME_DIALOG_ID);
It\'s in this tutorial but says deprecated in Eclipse.<
This code worked for me. Easy fix but probably not a preferred way.
public void onClick (View v) { createdDialog(0).show(); // Instead of showDialog(0); } protected Dialog createdDialog(int id) { // Your code }