Skip to content Skip to sidebar Skip to footer

Parseobject.pinallinbackground() Results With Nullpointerexception

I have a News objects that extends ParseObject class. I'd like it to be cached locally so that I can fetch it from local store later. Here is my callback that includes call to .pin

Solution 1:

Apparently I didn't call Parse.enableLocalDatastore(context); before pinning.


Post a Comment for "Parseobject.pinallinbackground() Results With Nullpointerexception"