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
Post a Comment for "Alert Dialog Inside A Setclickonlistener Not Showing"