Skip to content Skip to sidebar Skip to footer

Alert Dialog Inside A Setclickonlistener Not Showing

This is my class public class TeamUpAttack extends OrmLiteBaseActivity { @Override public void onCreate(Bundle savedInstanceState) {

Solution 1:

i think you are missing alertdialog.show() method, which displays the control

http://developer.android.com/reference/android/app/AlertDialog.Builder.html

Solution 2:

You have to call the show() method on the AlertDialog.

Post a Comment for "Alert Dialog Inside A Setclickonlistener Not Showing"