Tuesday, 2 March 2021

Can I get access to EditText setText method while using custom keyboard?

I am using a custom keyboard. My requirement is when user type some shortcut (like gm) then automatically (good morning) should be there. I don't know how to do it with custom keyboard, because, in normal Editext we can just use TextWatcher and editext.setText("something"). Please help..



from Can I get access to EditText setText method while using custom keyboard?

No comments:

Post a Comment