EditText myEditText = (EditText)findViewById(R.id.myedittext);
...
String stringEditText = myEditText.getText().toString();
Thank you for reading this article How to retrieve the String from EditText With URL https://x-tutorials.blogspot.com/2011/02/how-to-retrieve-string-from-edittext.html. Also a time to read the other articles.
0 comments:
Write your comment for this article How to retrieve the String from EditText above!