0

I have a VideosList activity, from which I go to VideoDetail. I use startActivity method, but I don't finish the previous activity.

Now user goes to VideoDetail activity and likes the video. Then he goes back to VideosList to see another video.

However, I want to reload videos in that VideosActivity, so that updated information of likes count and other data would be shown.

What method should I override?

0 Answers0