Create An Array Of Items With Parse
I am able to store individual item into parse, where for instance a new column name ActivityName would be created with the activity name that the user have selected upon a button c
Solution 1:
What you need to do is to declare a column as an array type and maybe copy the data from it , as for adding array to the beginning of the array , it is not possible to do that in with parse .
Post a Comment for "Create An Array Of Items With Parse"