I am developing SNS Application.
I tried to use ParseRelation.
I created ParseUser and call the getRelation()
function.
I put posts and call currentUser.saveInBackground();
I checked the saved relation posts in Parse.com Cloud.
But when I call currentUser.saveInBackground()
, my ParseQueryAdapter
is called loadObjects()
. I want to perform 'like' function like 'like'Button at FaceBook App.
And after performing all functions that are saveInBackground()
and loadObjects()
, My 'like' Buttons are not updated.
What should I do? I tried various methods, but I can't solve this problem.