am 27a85cca: am fb53f115: am d35c7940: am 2c31a0d7: am 9e28efe4: docs: change intro and title for contacts and sign-in lesson, and remove empty bullet
* commit '27a85cca7c001ec47749feb60461081f14b2dfe3': docs: change intro and title for contacts and sign-in lesson, and remove empty bullet
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
page.title=Building Apps with User Info & Location
|
page.title=Building Apps with Contacts & Sign-In
|
||||||
page.trainingcourse=true
|
page.trainingcourse=true
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
|
|
||||||
<p>These classes teach you how to add user personalization to your app. Some of the ways
|
<p>These lessons teach you how to include contact information and authenticate users with the same
|
||||||
you can do this is by identifying users, providing
|
credentials they use for Google. These features allow your app to connect users with people they
|
||||||
information that's relevant to them, and providing information about the world around them.</p>
|
care about and provide a personalized experience without creating new user accounts.</p>
|
||||||
|
|||||||
@@ -730,7 +730,6 @@ public class ContactsFragment extends Fragment implements
|
|||||||
<li>
|
<li>
|
||||||
Define ListView and item layouts.
|
Define ListView and item layouts.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<li>
|
<li>
|
||||||
Define a Fragment that displays the list of contacts.
|
Define a Fragment that displays the list of contacts.
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -811,7 +811,7 @@ include the action bar on devices running Android 2.1 or higher."
|
|||||||
<div class="nav-section-header">
|
<div class="nav-section-header">
|
||||||
<a href="<?cs var:toroot ?>training/building-userinfo.html">
|
<a href="<?cs var:toroot ?>training/building-userinfo.html">
|
||||||
<span class="small">Building Apps with</span><br/>
|
<span class="small">Building Apps with</span><br/>
|
||||||
User Info & Sign-In
|
Contacts & Sign-In
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user