Float.parseFloat( EditText.getText().toString() ); Double.parseDouble( EditText.getText().toString() );
Int.parseInt( EditText.getText().toString() ); On Jun 19, 6:50 am, kille6525 <[email protected]> wrote: > Does anyone know how to get user input for floats,doubles,ints. I have > tried looking everywhere on here and there hasnt been anything that > could help me. All it has is EditText.GetText().toString() very > fustrated that there isnt a tutorial for this. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

