@@ -167,7 +167,7 @@ <h4>Navigating between sibling screens</h4>
167167< img src ="../static/content/navigation_between_siblings_gmail.png ">
168168
169169< p > However, a notable exception to this occurs when browsing between "related" detail views not tied
170- together by the referring list—for example, when browsing in the Market between apps from
170+ together by the referring list—for example, when browsing on Google Play between apps from
171171the same developer, or albums by the same artist. In these cases, following each link does create
172172history, causing the Back button to step through each screen of related content which has been
173173viewed. Up should continue to bypass these related screens and navigate to the most recently viewed
@@ -176,7 +176,7 @@ <h4>Navigating between sibling screens</h4>
176176< img src ="../static/content/navigation_between_siblings_market1.png ">
177177
178178< p > You have the ability to make the Up behavior even smarter based on your knowledge of detail
179- view. If we extend our Market sample from above, imagine the user has navigated from the last Book
179+ view. If we extend our Google Play sample from above, imagine the user has navigated from the last Book
180180viewed to the details for the Movie adaptation. In that case, Up can return to a container (Movies)
181181which the user had not previously navigated through.</ p >
182182
@@ -200,10 +200,10 @@ <h4>App-to-app navigation</h4>
200200- If the destination screen is typically reached from one particular screen within your app, Up
201201 should navigate to that screen.
202202- Otherwise, Up should navigate to the topmost ("Home") screen of your app.</ p >
203- < p > For example, after choosing to share a book being viewed in Market , the user navigates directly to
203+ < p > For example, after choosing to share a book being viewed on Google Play , the user navigates directly to
204204Gmail's compose screen. From there, Up returns to the Inbox (which happens to be both the
205205typical referrer to compose, as well as the topmost screen of the app), while Back returns to
206- Market .</ p >
206+ Google Play .</ p >
207207
208208< img src ="../static/content/navigation_from_outside_up.png ">
209209
0 commit comments