If statement in android is not working [closed]

I doubt any of your samples work, because you need to show the toast:

Toast.makeText(context, "ABC", Toast.LENGTH_SHORT).show();

Leave a Comment