Home | History | Annotate | Download | only in data
      1 page.title=Data Storage
      2 page.landing=true
      3 page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data.  
      4 page.landing.image=
      5 
      6 @jd:body
      7 
      8 <div class="landing-docs">
      9 
     10 
     11   <div class="col-12">
     12     <h3>Training</h3>
     13     
     14     <a href="http://developer.android.com/training/cloudsync/index.html">
     15       <h4>Syncing to the Cloud</h4>
     16       <p>This class covers different strategies for cloud enabled applications. It covers syncing
     17 data with the cloud using your own back-end web application, and backing up data using the cloud so
     18 that users can restore their data when installing your application on a new device.</p>
     19     </a>
     20     
     21   </div>
     22 
     23 </div>