Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EditText text not being recognized as String #19

Open
CSumm opened this issue Jan 17, 2018 · 2 comments
Open

EditText text not being recognized as String #19

CSumm opened this issue Jan 17, 2018 · 2 comments
Assignees

Comments

@CSumm
Copy link

CSumm commented Jan 17, 2018

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?

@ademar111190
Copy link
Contributor

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.

@parshav
Copy link

parshav commented Oct 30, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants