I would like to prompt the user to give me input in my android application using a dialog. this is what I have found:
AlertDialog.Builder alert = new AlertDi
When I ran your code in a new project, it worked fine. So probably "this" that you are using
Hope this helps.