Editable text to string

android

Solution

If I understand correctly, you want to get the String of an Editable object, right? If yes, try using `toString()`.

Problem

How can I convert editable text into string in Android ? Any solution?

Original source