I have a Fragment inside MainActivty, and inside this Fragment RecyclerView of Articles with cardView (inside this card i have like button and like counter) and when the user click on the cardView will open DetailsActivity that
and I want when onBackPressed to update just this item depends on the data changed (like button and like counter) in DetailsActivity
how to update just this Item ?
sorry for bad English!