Parse as backend service

2

This is the first time I'm using Parse in a project, I'm going through a somewhat complicated problem. I have to keep my user's data offline, this user has arraylist as an attribute.

The problem is this: when I use Parse.enableLocalDatastore(this); the parser does some sort of cash from the array, not allowing you to update it, even with the existing data in the table in Parse.

Has anyone ever had anything like this?

    
asked by anonymous 20.08.2015 / 21:00

0 answers