• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=Data Storage
2page.landing=true
3page.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.
4page.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="{@docRoot}training/backup/index.html">
15      <h4>Backing up App Data to the Cloud</h4>
16      <p>
17        This class covers techniques for backing up data to the cloud so that
18        users can restore their data when recovering from a data loss (such as a
19        factory reset) or installing your application on a new device.
20      </p>
21    </a>
22
23  </div>
24
25</div>
26