summaryrefslogtreecommitdiff
path: root/docs/html/guide/topics/data/index.jd
blob: 3872825f1619c9961725d55ba91303759be75a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
page.title=Data Storage
page.landing=true
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.
page.landing.image=

@jd:body

<div class="landing-docs">


  <div class="col-12">
    <h3>Training</h3>

    <a href="{@docRoot}training/backup/index.html">
      <h4>Backing up App Data to the Cloud</h4>
      <p>
        This class covers techniques for backing up data to the cloud so that
        users can restore their data when recovering from a data loss (such as a
        factory reset) or installing your application on a new device.
      </p>
    </a>

  </div>

</div>