Lines Matching refs:from
46 <li>Dismisses contextual action bars, and removes the highlight from the selected items</li>
53 from multiple entry points—such as a settings screen that can be reached from any other screen
68 <p>When your app supports navigation from a list of items to a detail view of one of those items, i…
69 often desirable to support direction navigation from that item to another one which precedes or
70 follows it in the list. For example, in Gmail, it's easy to swipe left or right from a conversation
77 together by the referring list—for example, when browsing in the Play Store between apps from
85 view. Extending the Play Store example from above, imagine the user has navigated from the last
100 <li><em>If the destination screen is typically reached from one particular screen within your
111 screen. Up or Back from the compose screen would take the user to the Inbox, and from there the
123 <p>Unlike standard (direct) notifications, pressing Back from an indirect notification's
124 interstitial screen returns the user to the point the notification was triggered from—no
125 additional screens are inserted into the back stack. Once the user proceeds into the app from its
129 <p>For example, suppose a user in Gmail receives an indirect notification from Calendar. Touching
131 events. Touching Back from the interstitial returns the user to Gmail. Touching on a particular
132 event takes the user away from the interstitial and into the full Calendar app to display details of
142 Talk uses this style to alert the user of an invitation from a friend to join a video chat, as this
147 from the pop-up into the notifying app, Up and Back follow the rules for standard notifications,
155 other, giving the user the ability to navigate directly from one app into another. For example, an
158 code from other apps, and the user, who enjoys a consistent experience for commonly performed
168 activities, consisting of both the activities you create and those you re-use from other apps.</p>
171 single task can make use of activities from just one app, or may draw on activities from a number
182 to share content by using another app. For example, launching the Play Store app from Home begins
185 the Share action prompts the user with a dialog listing each of the activities (from different apps)
200 <p>However, by touching Up from the compose activity, the user indicates a desire to remain within
202 always rooted to Home, so touching Back from the conversation list returns there.</p>