Parse.com android relationship -
i using parse.com app. need solve scenario. have 2 tables
category table
with n number of category ,
product table
with n number of products. how can set relation between category , products. product may comes in more 1 category. productx may comes under categorya , categoryb. should use pointer or relation. can 1 provide example.
thanks in advance.
for relationships, pointer need. however, pointer column can include 1 objectid, in case need create column array, , store pointers in array.
further reading:
https://www.parse.com/questions/array-of-pointer
https://www.parse.com/questions/update-array-of-pointer-column
https://www.parse.com/questions/how-do-i-query-a-pointer-array-column
Comments
Post a Comment