Why toast message are not show in android 4.1 operating system containing mobile
问题 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. Toast.makeText(getApplicationContext(), "hi", Toast.LENGTH_SHORT).show(); I have tried custom toast message also instead of toast message. But still not working. Custom toast: LayoutInflater inflater=getLayoutInflater(); View layout = inflater.inflate(R.layout.toast_layout,(ViewGroup) findViewById(R.id.toast_layout_root)); TextView