I am sorry if it is a too simple question. I have searched everywhere, but could not find a solution. For about 3 days Toast does not show up on my app. I tried to do a lot of things.
Change
makeText(this)tomakeText(getApplicationContext())ormakeText(getBaseContext())Change position of the Toast and tried other solution on StackOverflow, but it did not appear.
Here is the code
Toast.makeText(this, "Great", Toast.LENGTH_SHORT).show();