alertdialog tag

5 questions


1 answers
77 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
85 views
0
I'd like to put in the SeekBar of AlertDialog and display it vertically.

<?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=horizontal android:layout_width=match_parent android:layout_height...

1 years ago

1 answers
101 views
0
How do I print Yes and No in the dialog box on Android?

AlertDialog when making a dialog.I know you're using Builder, but I think it's better to use a dialog on AndroidIt's too hard.if (MessageBox.Show(Sure?, , MessageBoxButtons.YesNo) == DialogResult.Yes)...

1 years ago

1 answers
98 views
0
How to add a button to the Android Alert Dialog

I made AlertDialog using a builder for the activity, but I want to put a button in itOkay, or whatever, you do something when the button is pressed Not the yes or no button by default. How can we do t...


1 answers
103 views
0
I made a pop-up window using alertdialog at Android Studio. (This is a beginner)

When you click the button in LoginActivity, you want to display a pop-up window before moving to the main screen and then move on to the main activity screen.When you run below, a pop-up window appear...

1 years ago

© 2024 OneMinuteCode. All rights reserved.