iMykolaPro
iMykolaPro
In class TagView in method `addTags(List tags)`you do `addTag(item)`; But what are doing here? ``` public void addTag(Tag tag) { mTags.add(tag); drawTags(); } ``` After adding of each tag to...
After onDelete the item is still in inner collection, and it can break business logic. ``` deletableView.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { if (mDeleteListener != null) {...
I don't know why and why there are no such effect on example, but In my test of view, even I do as your app but from empty project I...