kaedea / android-tagview

An Android TagView Widget. You can edit the tag's style, and set listener of selecting or deleting tag.
663 stars 134 forks source link

Immediately redraw tags after adding a new tag #7

Closed KANGOD closed 8 years ago

KANGOD commented 9 years ago

Actually, the Android Studio version of this library does the drawTags() in addTag(). Without the drawTags(), addTag() only updates internal data while leaves UI unchanged.

kaedea commented 9 years ago

The Eclipse Projcet is deprecated, Please use the Gradle Project. This problem has been improved in Gradle Project. Enjoy.

ShreyashPromact commented 8 years ago

@KANGOD @kaedea I don't know you guys using it in recyclerview or not. If not then please try with recyclerview. It is not working at all.

ShreyashPromact commented 8 years ago

@kaedea @KANGOD Is this now work in recyclerview for footer?

Please reply me.

Sincerely, Shreyash

kaedea commented 8 years ago

Could you please tell me how you implement footer? Using multi item view?

ShreyashPromact commented 8 years ago

@kaedea

Here you can see adapter of my recyclerview where I am adding tags in its footerHolder. http://hastebin.com/eyihirinuf.avrasm

Let me know what I need to update.

Sincerely, Shreyash

ShreyashPromact commented 8 years ago

@kaedea @KANGOD

Have you got any solution related to that?

Sincerely, Shreyash

ShreyashPromact commented 8 years ago

@kaedea any update on issue raised by me?