Top "Android-alertdialog" questions

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

Android - How do i make this alert dialog scrollable?

I am a beginner in android and making my first android app. my 'About' menu item, when clicked shows an …

android android-alertdialog
Displaying multiple lines of text and variables in an AlertDialog using setMessage()

I need to display multiple lines of text in an Alert Dialog. If I use multiple setMessage() methods, only the …

android text android-alertdialog
Dismiss AlertDialog.Builder from OnClick

I'm trying to make it so that a dialog pops up for users which has two buttons in the body …

android android-alertdialog dismiss
AlertDialog with custom view: Resize to wrap the view's content

I have been having this problem in an application I am building. Please ignore all of the design shortcomings and …

java android android-layout android-alertdialog android-dialogfragment
how to set an onclick listener for an imagebutton in an alertdialog

I have a layout with an ImageButton that is inflated in an AlertDialog, where/how should I set an onClick …

android onclick android-alertdialog imagebutton
Activity has leaked window at alertDialog show() method

I am getting window leak error at runtime because of using an AlertDialog. I have pointed out the error line …

android android-alertdialog
Android AlertDialog with rounded corners

I have been trying to make my Alert Dialog with rounded corners but somehow I am not able to. I …

android android-layout android-alertdialog android-styles
What does it mean that a Listener can be replaced with lambda?

I have implemented an AlertDialog with normal negative and positive button click listeners. When I called new DialogInterface.OnClickListener() it …

android lambda android-alertdialog
AlertDialog Input Text

I'd like to use AlertDialog as a Login or pin code or password dialog. Here is my code - AlertDialog.…

android android-alertdialog
Android-Is it possible to add a clickable link into a string resource

I usually set up some kind of AlertDialog to fire off when a user first uses one of my apps …

android xml hyperlink android-alertdialog