android - Updating comment count for a post in recycler view -


activity has recycler view , has each row post, each post has comment button launches comment activity user can see comments , add comments. question is, after adding comment(s), how update comment count in particular row of recycler view in activity when comment activity finishes, without notifydatasetchanged() , since don't wanna reload recycler view again.


Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -