Is it possible to update the AlertDialog content if a button is pressed inside the custom layout?
AlertDialog with custom layout is shown!
The custom layout has six buttons.
I want to update the Title everytime one of the six buttons are pressed inside the custom layout.
Layout is like this:
TITLE LINE
Custom Layout with 6 buttons
The 3 AlertDialog buttons
Yes, keep a reference to the AlertDialog and Button’s OnClickListener should look like this: