Android 開発でNull判定 2018-01-14 / Android / AndroidAndroid 開発でNULL判定は、文字型の判定が利きません。 Null判定は、文字長の判定で対処しました。 if (Wvalue.length() == 0){ //NULL時の処理 }