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

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -