How to add 2 toast message in 1 java class?

You can just write another code in your activity. Like below

if (gamename.isLoaded()){ Toast.makeText(spk_activity.this,”Data succesfully loaded”,Toast.LENGTH_SHORT).show();

Leave a Comment