5 questions
I'm going to create a dialog with the delete button printed on it, Are you sure you want to delete this? If you press the delete button, the data will be deleted, and if you don't, nothing will happen...
I made a dialog with EditText. There are Yes and No buttons. For example, if you click the Yes button, the input is checked and the dialog is turned off. But even if the input is wrong, the dialog is ...
I'd like to make the black background painted with arrows transparent in this picture What should I do?final Dialog dialog = new Dialog(Screen1.this);dialog.requestWindowFeature(Window.FEATURE_NO_TITL...
When the user checks the dialog with Do you want to close the application?I want to end the activity, but I don't know how to end it. Please let me know.
There's an activity called whereActivity. I put in a dialog as child. I want to show this activity as a dialog for another activity. What should I do?
© 2024 OneMinuteCode. All rights reserved.