AndroidTagGroup
AndroidTagGroup copied to clipboard
Submit a new tag via EditText
Hello, how would I call the submitTag() using an EditText? So I want to take the value of an EditText, and in the onClick listener of the EditText take the value and create a new tag for it. How can I pass this value to submitTag()?