I cant see the toast message in android 4.1 mobile. Upto yesterday I was able to see the toast message. From today only I can not see the message. Please help me.
Change to this and check again.
if(first_name.length() == 0) { Toast.makeText(NameOfYourActivity.this, "Please fill Name", Toast.LENGTH_SHORT).show(); Utilities.writeIntoLog("Please fill Name"); }