I am trying to add another Toast
message for my application, I've already made the first one when data is empty Toast
message pop up and say " Sorry data still empty" and I would like make another one message pop up when there is data is available like "Data successfully loaded".
Here is my code:
if (gamename.isEmpty()){
Toast.makeText(spk_activity.this,"Sorry Data Still Empty",Toast.LENGTH_SHORT).show();