summaryrefslogtreecommitdiffstats
path: root/docs/html/distribute/engage/notifications.jd
blob: fecfb4527e7d83d66a8f50fa8c5ec7aa1aedae44 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
page.title=Use Rich Notifications to Keep Users Informed
page.metaDescription=Use Android's notifications to keep users in touch with your content and services — even when the app is not in use.
page.tags=""
page.image=/design/media/notifications_pattern_anatomy.png

@jd:body

<div class="figure">
  <img src="{@docRoot}design/media/notifications_pattern_anatomy.png">
</div>

<p>
  The <a href="/design/patterns/notifications.html">notification system</a>
  allows your app to keep the user informed about events, such as new messages,
  upcoming calendar appointments, shared photos, and much more. They are a
  fundamental feature of Android that consumers check frequently to receive
  important notifications and status updates. Notifications are like a news
  channel that alerts the user to events as they happen and maintains a list of
  updates since last review.
</p>



<p>
  In addition to status updates from friends and family, notifications can also
  be used to help gamers know when a time-based action is completed or another
  player took their turn.</p>

  <p>Some game developers use notifications to alert users
  when a new limited time character can be won or a discount on an in-app
  purchase is available. </p>

<h3>But Use Them Sparingly</h3>

<p>
  Frequent notifications and spam notifications can turn users off, thereby
  risking your ratings and user base. Also sure to check our <a href=
  "https://support.google.com/googleplay/android-developer/answer/4430948">policies</a>
  to ensure you’re treating your user respectfully.
</p>


  <div class="sidebox" style="width:326px;float:left;margin-left:0">
          <p><strong>Tip:</strong>
       Use notifications sparingly &mdash; be sure any information presented is
      useful. Give users the option to turn notifications off.
    </p>
  </div>

  <div class="headerLine clearfloat">
  <h1 id="related-resources">
    Related Resources
  </h1><hr>
</div>

<div class="resource-widget resource-flow-layout col-13" 
  data-query="collection:distribute/getusers/notifications"
  data-sortorder="-timestamp"
  data-cardsizes="9x3"
  data-maxresults="6">
</div>