Posts by Victorlopesjg • 1 point
1 post
- 
		-1 votes2 answers127 viewsA: Android - Edittext does not return typed valueTry 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());