1. Parse Local Datastore Lets Developers Take Apps Offline
5/2/2014 10:13:27 AM
Parse Local Datastore Lets Developers Take Apps Offline
https://news-cdn.moonbeam.co/parse-localstore_c80f81cj.jpg
App Developer Magazine
Android

Parse Local Datastore Lets Developers Take Apps Offline


Friday, May 2, 2014

Richard Harris Richard Harris

The new Parse Local Datastore is an updated feature in the Parse Android SDK that lets developers to take an app offline with just a few simple lines of code. ParseObject#pin() adds ParseObjects to the Local Datastore and ParseObject#unpin() removes them. Once pinned, they can be accessed anytime with a normal ParseQuery.

Pinned ParseObjects will remain accessible while offline, through app exits and restarts, until they are unpinned. Subsequent saves, updates, or deletes will keep the Parse Local Datastore results up-to-date.

Developers can also choose to update an object using ParseObject#saveEventually(). This will first update its instance in the Local Datastore and then remotely, so any changes can be kept up-to-date while offline.

This also means that developers already using ParseObject#saveEventually() to protect an app against network failures will get most of this without any additional work, simply by updating to the latest Android SDK and enabling Local Datastore.

Parse has made available a guide and API docs to take Android apps offline. An iOS Parse Local Datastore is in the works. 



Read more: http://blog.parse.com/2014/04/30/take-your-app-off...

Subscribe to App Developer Magazine

Become a subscriber of App Developer Magazine for just $5.99 a month and take advantage of all these perks.

MEMBERS GET ACCESS TO

  • - Exclusive content from leaders in the industry
  • - Q&A articles from industry leaders
  • - Tips and tricks from the most successful developers weekly
  • - Monthly issues, including all 90+ back-issues since 2012
  • - Event discounts and early-bird signups
  • - Gain insight from top achievers in the app store
  • - Learn what tools to use, what SDK's to use, and more

    Subscribe here