How do you check if an EditText is empty? input type number
package com.example.www.myappl
if (regemail.isEmpty()) { Toast.makeText(this,"Enter Email..!!!",Toast.LENGTH_LONG).show() }