Top "Android-alertdialog" questions

A subclass of Dialog that can display one, two or three buttons.

Missing buttons on AlertDialog | Android 7.0 (Nexus 5x)

I am trying to create an AlertDialog but the buttons are not showing. Only seeing this issue in Android 7.0: final …

android button android-alertdialog invisible android-7.0-nougat
Embed RatingBar in AlertDialog

I have a ListView contains RatingBar to indicate something, if you click the item of the LisView it pop a …

android android-alertdialog ratingbar
Disable background dim on ProgressDialog/AlertDialog in Android

I use an AsyncTask with a ProgressDialog in it. This automatically causes a background dim of about 40%. I want to …

android android-alertdialog progressdialog
Use the Android Default GPS ON-OFF dialog in My application

In Our application we want to integrate the android Default GPS Dialog. The same dialog that appears when the GPS …

android gps action android-alertdialog
Android Dialog theme makes icon too light

I created a new application in Eclipse, targeted to Jelly Bean. This is all automatically created code. The manifest sets …

android icons themes android-alertdialog
Set AlertDialog Positive Button Text to be Bold

Here is my code. AlertDialog.Builder builder = new AlertDialog.Builder(this); LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); final …

android android-alertdialog android-dialog
Show alertDialog with radiobuttons when click a listViewItem

I have a listView with 2 items in it, the 2 items are "seconds" and "minutes" When I press "seconds" I'd like …

android android-listview android-spinner android-alertdialog onitemclicklistener
How to insert editText number in AlertDialog Android

i have this problem. I have create a small app Android. I show a AlertDialog.Builder with EditText, so the …

android android-alertdialog builder
Where can I find default AlertDialog layout xml file?

I want to make an default Alert Dialog with a small modification. Where can I find an xml layout file …

android layout android-alertdialog
In Android Navigation Architecture, how can I check if current Fragment is the last one?

I need to display custom AlertDialog, but only when there are no more fragments after calling NavController.navigateUp(). My current …

android kotlin android-alertdialog android-navigation onbackpressed