I\'m building an application for receiving grades and I want to make sure that the Edit Texts are not empty and the values are less or equal to 100 I wrote this line but it
Then Write This Code
If(edittext.getString().toString().Trim().lenght()>0) { If(Integer.parseInt(editText.gettext().toString()) <= 100 ) { } }