Posts by Victorlopesjg • 1 point
1 post
-
-1
votes2
answers127
viewsA: Android - Edittext does not return typed value
Try doing it this way: int tamanho = Integer.parseInt((EditText) findViewById(R.id.tamanho).getText().toString());
1 post
-1
votes2
answers127
viewsTry doing it this way: int tamanho = Integer.parseInt((EditText) findViewById(R.id.tamanho).getText().toString());