android-dialog tag

5 questions


1 answers
135 views
0
I want to put a dialog on the screen on Android.

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...

1 years ago

1 answers
76 views
0
Can't you not turn it off when you click the button in the dialog?

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 ...


1 answers
119 views
0
I want to make the background of the dialog transparent on Android

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...

1 years ago

1 answers
104 views
0
Can't you make me turn off the activity when I press OK in the dialog?

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.


1 answers
84 views
0
How do I display Android dialog-type activities?

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.