When a user clicks a Button
in my App (which is printed in a SurfaceView
), I’d like a text Dialog
to appear and I would like to store the result in a String
. I’d like the text Dialog
to overlay the current screen. How can I do this?
When a user clicks a Button
in my App (which is printed in a SurfaceView
), I’d like a text Dialog
to appear and I would like to store the result in a String
. I’d like the text Dialog
to overlay the current screen. How can I do this?