How can I convert editable text into string in Android ? Any solution?
If I understand correctly, you want to get the String of an Editable object, right? If yes, try using toString().
toString()
2.1m questions
2.1m answers
60 comments
57.0k users