(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .

Data caching in Windows 8 apps

(0 votes)
0 comments   /   posted by Silverlight Show on Mar 04, 2013
Tags:   windows-8 , igor-ralic

Read original post at Igor Ralic's Blog

When working with a lot of data in apps based on web services (JSON return format being quite common), you’d normally want to cache it in order to make your apps faster and make your users spend less Internet traffic on refreshing which actually isn’t necessary. Also, if the users opens your app while having no Internet connectivity, it’s nice to show him something, even though it’s cached data. It’s always possible to implement your own caching framework, but there’s a nice library already out there called Q42.WinRT which makes it very easy to do the caching.


Comments

No comments

Add Comment

Login to comment:
  *      *       

Our News on Twitter


Latest News

  • Daily News Digest 5/7/2015
  • ScreenCapture API in Windows Phone 8.1
  • Build 2015 recap for XAML and native apps
  • How to stretch ListBox Items horizontally to full width of the ListBox in Xaml?