Lines Matching full:within
16 <p>Android 2.3 and earlier relied upon the system <em>Back</em> button for supporting navigation within an
24 <p>The Up button is used to navigate within an app based on the hierarchical relationships
37 occurrence. However, unlike the Up button, which ensures the user remains within your app, the Back
49 <h2 id="within-app">Navigation Within Your App</h2>
52 <p>Sometimes a screen doesn't have a strict position within the app's hierarchy, and can be reached
56 <h4>Changing view within a screen</h4>
58 in the same place within the app's hierarchy, and no new navigation history is created.</p>
71 to view a newer or older one in the same Inbox. Just as when changing view within a screen, such
94 deep within your app's hierarchy. For example, Gmail's Inbox widget and new message notification can
100 <li><em>If the destination screen is typically reached from one particular screen within your
127 navigating within the app rather than returning to the interstitial.</p>
148 navigating within the app.</p>
200 <p>However, by touching Up from the compose activity, the user indicates a desire to remain within
210 <p>When your app registers to handle intents with an activity deep within the app's hierarchy,