diff options
author | Joe Fernandez <joefernandez@google.com> | 2015-05-14 19:43:49 -0700 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2015-05-15 13:12:41 -0700 |
commit | 6b4c3fed885db4341076159dc549d6bdae4df02e (patch) | |
tree | 0acf10db828e2a2c0a3445c95a87493032b524f7 /docs/html/training/sign-in | |
parent | efd254b2f9246d4c259be7885ef344be745bc8bc (diff) | |
download | frameworks_base-6b4c3fed885db4341076159dc549d6bdae4df02e.zip frameworks_base-6b4c3fed885db4341076159dc549d6bdae4df02e.tar.gz frameworks_base-6b4c3fed885db4341076159dc549d6bdae4df02e.tar.bz2 |
docs: Refactor Google Services pages for site redesign
b/18225342 - removed outdated advertising ux recommendations
Redirects Change-Id: I669b2c7f216be28603594ae3f2909f50e7eaf60d
Change-Id: I50eada1885156c2abfcc0b1c2bd1f61bfc790e72
Diffstat (limited to 'docs/html/training/sign-in')
-rw-r--r-- | docs/html/training/sign-in/index.jd | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/html/training/sign-in/index.jd b/docs/html/training/sign-in/index.jd new file mode 100644 index 0000000..9d49fd9 --- /dev/null +++ b/docs/html/training/sign-in/index.jd @@ -0,0 +1,68 @@ +page.title=Adding Sign-In +page.tags=authentication,signin,social,google+ +page.article=true +page.trainingcourse=true +@jd:body + + +<img src="{@docRoot}images/google/gps-googleplus.png" + width="300" + style="float:right;margin:0 0 20px 20px" + alt="Google maps sample image"> + +<p> + The Google+ platform for Android lets you authenticate a user with the same credentials they use + on Google every day. Once a user signs in with Google, you can create more engaging experiences + and drive usage of your app. +</p> + +<p> + The <a href="https://developers.google.com/+/mobile/android/">Google+ Android API</a> allows + you to integrate sign-in and social features into your app. +</p> + + +<h2 id="features">Key Developer Features</h2> + +<h4>Trusted authentication</h4> +<p> + Google+ Sign-In is a simple, trusted, and secure way to let people sign in to your app with their + Google credentials and bring along their Google+ info.<br> + <a href="https://developers.google.com/+/mobile/android/sign-in" class="external-link">Add + sign-in</a>. +</p> + +<h4>Access the profile and social graph</h4> +<p> + Once users have signed in with Google, your app can welcome them by name, display their picture, + connect them with friends, and lots more.<br> + <a href="https://developers.google.com/+/mobile/android/people" class="external-link">Access the + social graph</a>. +</p> + +<h4>Stand out in the stream</h4> +<p> + Interactive posts is a rich way of sharing to Google+. It lets users prompt friends to take + specific actions in your app from a Google+ post, like "listen," "RSVP," "check-in," and over 100 + more actions.<br> + <a class="external-link" href="https://developers.google.com/+/mobile/android/share">Post + interactive content</a>. +</p> + +<h4>Recommend content</h4> +<p> + Add a native +1 button so users can recommend content from your app. These endorsements can give + your app more credibility and help it grow faster.<br> + <a class="external-link" href="https://developers.google.com/+/mobile/android/recommend">Add the + +1 button</a>. +</p> + + +<h2 id="start">Get Started</h2> +<p> + The Google+ Android APIs are part of the Google Play services platform. To use Google+ features, + set up the Google Play services SDK in your app development project. For more information, see + the <a class="external-link" href= + "https://developers.google.com/+/mobile/android/getting-started">Getting Started</a> guide for + the Google+ Platform for Android +</p>
\ No newline at end of file |