Posts by nglauber • 111 points
2 posts
-
0
votes1
answer11
viewsA: setOnFocusChangeListener problem with edittext without filling
The problem is that the content of EditText as empty string cannot be converted to an integer. An alternative you use is to assign the value zero if the text is empty. int qtdEdittextI = 0; int…
-
1
votes1
answer1145
viewsA: "Google account: blocked login attempt" - Android app
I had to, but that answer worked for over 400 people... https://stackoverflow.com/questions/2020088/sending-email-in-android-using-javamail-api-without-using-the-default-built-in-a/2033124#2033124…