android-alertdialog
Issue with creating an AlertDialog
I seem to be having an issue creating an AlertDialog. What I am trying to do is create a custom AlertDialog that pops up when a specific RadioButton is clicked. Here is my relevant code:[详细]
2023-03-27 20:47 分类:问答How can I recreate a dialog, including its whole content?
In my app I have 2 tabs. Each tab showing a different Activity. In activity_1 I manage a global array of strings - add and delete options are available.[详细]
2023-03-27 19:31 分类:问答SQL select for Android AlterDialog displaying code/key values
I\'m ok with SQL but this one has me stumped. I\'m about to give up on this but figured I\'d post the question since other developers may find themselves looking for the same approach.[详细]
2023-03-27 17:45 分类:问答TextView inside an alert dialog won't scroll down
I am taking data from a website and placing inside of a text view so that I can center it using setGravity(Gravity.CENTER). However when i place the text view inside of the alert dialog I can no longe[详细]
2023-03-26 18:21 分类:问答AlertDialog Show Problem In A Class Which Extends ItemizedOverlay<OverlayItem>
i am using MapActivity in my application to show map and for that i have a class named MapItemizedOverlay which extends ItemizedOverlay. I added an AlertDialog on onTap() function of MapItemizedOverla[详细]
2023-03-26 13:25 分类:问答NullPointerException on TextEdit
I have a method that pops up an AlertDialog that asks the user for an IP address of a server to connect to for a game. The AlertDialog is as follows:[详细]
2023-03-26 11:59 分类:问答Android: stopping the thread while using Alert Dialog
I have a program which first detects whether SD-card is present or not, if sd-card is not present, an alert dialog is presented which asks the user to retry or to exit. In short, sd-card is a must. Ho[详细]
2023-03-26 10:05 分类:问答Create AlertDialog in Android
I\'m trying to create an Aler Dialog but when I click on button my application crash.Any idea what\'s happening and how can I fix that?[详细]
2023-03-26 10:04 分类:问答How to retrieve value from EditText in AlertDialog?
When selected, a context menu option brings up an AlertDialog. I want the user to enter text into an EditText in the AlertDialog, and when the user presses PositiveButton, the value of EditText is abl[详细]
2023-03-25 22:05 分类:问答XML attributes for text color of alert dialog
I\'m applyi开发者_开发百科ng a theme: <style name=\"myAlertTheme\" parent=\"@android:style/AlertDialog\">[详细]
2023-03-25 18:36 分类:问答