2
It’s the first time I’m using Parse
in a project, I’m going through a somewhat complicated problem.
I have to keep my user data offline, this user has a arraylist
as an attribute.
The problem is this: when I use Parse.enableLocalDatastore(this);
parser makes a kind of cash array, not allowing updating it, even with the data existing in the table in Parse.
Someone’s been through something like this?