viii2050
viii2050
Hello, I tried that method, but it doesn't giving callback. Code: mTagGroup = (TagGroup) findViewById(R.id.tag_group); mTagGroup.setTags(new String[]{"Tag1", "Tag2" }); ``` mTagGroup.setOnTagClickListener(new TagGroup.OnTagClickListener() { @Override public void onTagClick(String s) { Toast.makeText(getApplicationContext(),...
Thanks for the quick response. Yes, i am using latest dependency, working on Nexus7(Lollipop 5.0.1). I want the listener only to detect space key is pressed while typing new tag,...
Sorry i wanted to ask for "enter" key only. I got what you mean to say. The only concern is i want to restrict tag in single line, e.g. as...
@2dxgujun can you please tell me, is it technically possible? Also can you please tell, is there any way we can limit the number of tags created? (e.g. i want...
Any help would be appreciated. Thanks in advance.