I don't seem to get why it's not working. It is checking the EditText (TextBoxes) to check and see if the input is empty (empty string literal is defined as ""). When I leave all text boxes empty in the app, and click the button, it is supposed to display this AlertDialog. Instead, the app crashes. Any suggestions on what I am doing wrong? Thanks!