TagView
TagView copied to clipboard
When used in recycle view, addTags can not be updated.
When used in recycle view, addTags can not be updated. Do not calculate screen length. It is vertical alignment. You can not do notifyDataSetChanged because addTags in adapter. What should I do?
I have the same problem. Is there any suggestions for that?
In TagView.java using PreDraw Listener is solved my problem instead of GlobalLayout Listener.