Skip to content Skip to sidebar Skip to footer

Relationship In Android Parse.com

Please I really need your help, I'm implementing an app with tagging feature just like twitter. I'm using parse.com and I have a class Photo and class Tag. So the user write the ta

Solution 1:

You're explicitly creating a new tag each time. Instead of doing that you should be querying for the tags with the same name and connecting them or creating new ones if you don't find any matches.


Post a Comment for "Relationship In Android Parse.com"