Questions tagged as 'alertdialog'

1
answer

Android 2.3 Gridview with BaseAdapter in AlertDialog

Hello again, community. How do I put a GridView in an AlertDialog and "read" the number of the item I have selected? I have searched for all lares and as always "Copy Paste", poorly explained or incomplete. But from so much searching and g...
asked by 22.03.2017 / 18:44
1
answer

Error showing the external file directory in an AlertDialog in android 6.0 (READ_EXTERNAL_STORAGE / WRITE_EXTERNAL_STORAGE)

Hello friends what happens to me is that I need to read the route of a file that is stored in the memory of my cell phone, I have everything, what happens is that in Android 5.1 I run well without problems and I visualized the directory and when...
asked by 24.09.2016 / 20:57
2
answers

Show an AlertDialog with the result of a mathematical operation

I am making an application where there is only one main Activity and it shows different Fragments with mathematical operations. I would like the result to be shown in an AlertDialog and not in a TextView that is how I have it. I leave the cod...
asked by 20.02.2017 / 16:37
1
answer

error when calling build.create

I have customized a dialog, but since the AlertDialog.Builder does not have dismiss () I removed the builder and now it does not accept the create call due to a vesrion error. public AlertDialog DespachoAct() { final AlertDialog buil...
asked by 13.07.2016 / 19:16