Encryption icon indicating copy to clipboard operation
Encryption copied to clipboard

EditText text not being recognized as String

Open CSumm opened this issue 7 years ago • 2 comments

I'm trying to encrypt text from an EditText field, which is input by the user assigned an equated variable which goes through the encryption process. It does not recognize [EditText].text as a string but an editable. Is there any way to use user's input instead of hardcoding a string?

CSumm avatar Jan 17 '18 19:01 CSumm

Interesting. I'll study to change the signature to CharSequence so you can use the Editable and how is using the String can continue using it without problems.

ademar111190 avatar Jan 18 '18 16:01 ademar111190

Shouldn't have a problem in just using the toString of the charSequence for this.

parshav avatar Oct 30 '18 16:10 parshav