[android-developers] EditText (textbox) to String

2009-02-15 Thread Noam
Hello everyone, I have this piece of code which doesn't seem to work. I can't get the EditText to a String. //This is the part before onCreate: public EditText nametext; public String name; //This is after the onCreate (I actually call this method from within onCreate): public void dialog() {

[android-developers] EditText (textbox) to String

2009-02-15 Thread Noam
Hello everyone, I am trying to take an EditText textbox that I set in my XML (named tracknametext) and turn it into a String. What is the code to do this? Thanks, Noam. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google