Android add placeholder text to EditText

How can I add a placeholder text to EditText in the class that isn't in the XML? I have the following EditText in my code which will be shown in alertdialog: final EditText name = new EditTex...