Top "Android-alertdialog" questions

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

alertDialog.getButton() method gives null pointer exception android

Iam planing to give create 3 buttons with layout_weight=1, not interested in custom dialog.So I have written below code.…

android android-alertdialog
Flutter - auto size alertDialog to fit list content

I need to load list cities dynamically from rest webservice and let user choice one city from alert dialog. My …

listview flutter size android-alertdialog
Changing translucent background color of progressbar android

I want to change background color of the progressbar having black translucent background with opacity less than 50%. I searched a …

android android-alertdialog android-progressbar
How to remove Alert dialog Title bar

I am following this code to create custom dialog but i am not getting how to remove dialog title bar ? …

android android-alertdialog
Change title font of Alert Dialog box

I want to change the font of the title of Alert Dialog box. Can anybody tell how can I do …

android fonts android-alertdialog
How can I fix this error: You need to use a Theme.AppCompat theme (or descendant) with this activity

I searched all internet web sites to fix this error, but I couldn't. I just want to create AlertDialog with …

android themes android-alertdialog appcompatactivity
Android Alert dialog from inside an intent service

I want to display an alert dialog from inside an intent service. AlertDialog alertDialog = new AlertDialog.Builder(this).create(); This …

android android-intent android-alertdialog intentservice
Android: Difference between positive, negative, and neutral button

Is there a functional difference between positive, negative, and neutral buttons, particularly in the context of AlertDialogs?

android button android-alertdialog