String str; str = editText.getText().toString(); if (str.trim().equals("")) { Toast.makeText(getApplicationContext(), "Please Enter the value", Toast.LENGTH_SHORT).show(); }