Home | History | Annotate | Download | only in BasicSyncAdapter
      1 page.tags="BasicSyncAdapter"
      2 sample.group=Connectivity
      3 @jd:body
      4 
      5 <p>
      6             
      7             This sample demonstrates using SyncAdapter to fetch background data for an app that
      8             doesn\'t require a user-visible account type or 2-way synchronization.
      9 
     10             \n\nThis sample periodically downloads the feed from the Android Developer Blog and
     11             caches the data in a content provider. At runtime, the cached feed data is displayed
     12             inside a ListView.
     13             
     14         </p>
     15