I am developing SNS application. I tried to use ParseRelation. I created ParseUser and call the getRelation ()
function. I put the post and currentUser.saveInBackground ();
I checked the relation post saved in Parse.com Cloud. But when I call currentUser.saveInBackground ()
, my ParseQueryAdapter
is called loadObjects ()
.
and saveInBackground ()
and loadObjects () < / P>
, my 'likes' buttons are not updated What should I do? I tried various methods, but I can not solve this problem.
No comments:
Post a Comment