Searched refs:navigate (Results 1 – 25 of 93) sorted by relevance
1234
31 using the swipe gesture to navigate to the next/previous detail view.</p>35 …, an additional swipe should navigate to the next view. In addition, support the use of edge swipe…62 <p>If your app uses action bar tabs, use swipe to navigate between the different views.</p>68 <p>Use swipe to quickly navigate between detail views or tabs.</p>
25 <p>The Up button is used to navigate within an app based on the hierarchical relationships32 <p>The system Back button is used to navigate, in reverse chronological order, through the history81 to bypass these related screens and navigate to the most recently viewed container screen.</p>94 <p>You can use Home screen widgets or notifications to help your users navigate directly to screens102 app</em>, Up should navigate to that screen.</li>103 <li><em>Otherwise</em>, Up should navigate to the topmost ("Home") screen of your app.</li>108 who've forgotten how they entered your app to navigate to the app's topmost screen before134 the event. From the event details, Up and Back navigate to the top-level view of Calendar.</p>156 other, giving the user the ability to navigate directly from one app into another. For example, an196 the book details activity. Subsequent touches of Back continue to navigate back through the Play
91 …el consists of multiple views, make sure that it's easy for the user to navigate between them by a…111 … consist of multiple views, and you need to make sure that the user can navigate between them effi…116 …ke scrollable tabs. <em>Fixed tabs</em> should always allow the user to navigate between the views…185 <p>Generally, the purpose of a deep, data-driven app is to navigate through organizational categori…208 The Play Store app uses tabs to simultaneously show category choice and content. To navigate235 data without having to navigate all the way down the hierarchy.</p>240 thereby removing the need to navigate all the way down to the song's detail view.282 <p>If your users are likely to want to look at multiple items in sequence, allow them to navigate288 Gmail using swipe views to navigate from detail view to detail view.
62 …While apps for example may support a view pager that allows the user to navigate between screens l…84 …navigate the user to a lower level detail screen. Providing access to the top level of your applic…
39 <p>As you design your app, think about the labels and notations needed to navigate your app by soun…86 <p>Turn on the TalkBack service in <strong>Settings > Accessibility</strong> and navigate your appl…
27 mode for text input, but also offers a way for users to navigate and40 to users who do not navigate using visual cues. Fully supporting directional navigation in your49 <p>It's possible that users can already navigate your app using a keyboard, because the53 and {@link android.widget.EditText}) are focusable. This means users can navigate with70 <li>To test your app, use only the Tab key to navigate through your UI, ensuring that75 (arrow keys on the keyboard) to navigate your app.132 <p>Users can also navigate your app using the arrow keys on a
48 <dd>Learn how to verify that users can navigate your app using a keyboard
32 <p>Now that users can navigate <a href="descendant-lateral.html">deep into</a> the application's52 <img src="{@docRoot}images/training/app-navigation-ancestral-navigate-back.png"54 id="figure-navigate-back">68 to navigate between web pages, you may wish to trigger the embedded browser's default <em>back</em>93 <img src="{@docRoot}images/training/app-navigation-ancestral-navigate-up.png"94 …havior for UP navigation after entering the Email app from the People app" id="figure-navigate-up">
22 …he app, the next step is to design the interactions that allow users to navigate across, into, and…39 …<dd>Learn about techniques for allowing users to navigate deep into, as well as across, your conte…42 <dd>Learn how to allow users to navigate upwards in the content hierarchy. Also learn about best
135 …<li>Users can navigate quickly between related screens, without needing to first revisit the paren…158 … as a <em>page</em> here) is presented one at a time. Users are able to navigate to sibling screen…171 <p>In the next lesson, we discuss mechanisms for allowing users to navigate up our information hier…
85 the noise a user needs to navigate in order to pull useful information from your91 > Accessibility > TalkBack</strong>. Then navigate around your own102 the user should be able to navigate to need to be set as focusable. This148 navigate around the UI with the emulator's arrow keys, using the OK button as a190 <p>Also, attempt to navigate your application using a directional controller,197 navigate without any visual cues. Fix problem areas as they appear, and you'll
97 navigate(msg.getData().getString(MSG_NAV_URL), msg.arg1); in onCreate()116 private void navigate(String url, int timeout) { in navigate() method in PowerTestActivity
38 should offer the user a way to navigate to the logical parent screen in the app's hierarchy by103 <p>With the parent activity declared this way, you can navigate <em>Up</em>130 <p>To navigate up when the user presses the app icon, you can use the {@link214 // navigate up to the logical parent activity.
60 horizontal paging (swipe views) to navigate between tabs.</dd>
36 On a TV device, users navigate with controls on a remote control device, using either a39 can quickly learn how to navigate your app using these limited controls.50 <li>Ensure that a user with a D-pad controller can navigate to all visible controls on the
155 often appropriate to allow the user to navigate backward and "undo" the change. To allow the user156 to navigate backward through the fragment transactions, you must call {@link177 // and add the transaction to the back stack so the user can navigate back
11 <p>Users typically navigate TV devices using a directional pad (D-Pad). This type of controller136 to indicate that a user has reached the end of a list or is trying to navigate to an undefined
63 <p>To create a new Android project, open a command-line, navigate to the <code>tools/</code>129 <p>To update an existing Android project, open a command-line and navigate to the159 <p>To create a new library project, navigate to the <code><sdk>/tools/</code> directory and218 <p>To add a reference to a library project, navigate to the <code><sdk>/tools/</code>
225 navigate to other web pages that are not your own, within your {@link android.webkit.WebView}241 so links open within your {@link android.webkit.WebView}. You can then allow the user to navigate301 pages. You can navigate backward and forward through the history with {@link305 to navigate backward:</p>
53 <dd>Learn how to implement the 2D Picker UI pattern to navigate through pages of data.</dd>
25 Wear allows users to navigate and choose from a set of items shown as pages. The Wearable UI202 method. When users swipe to navigate across pages, the
49 <p>Android provides accessibility features and services for helping these users navigate their
27 information. Much like Google Now on Android phones and tablets, users swipe vertically to navigate
23 of your emulator or connected device. To view log output using adb, navigate to your SDK
81 <p>To build in debug mode, open a command-line and navigate to the root of your project directory.139 <p>To build an <em>unsigned</em> .apk in release mode, open a command-line and navigate to the189 <li>Open a command-line and navigate to the root of your module directory.</li>324 …<p>Once your device is set up and connected via USB, navigate to your SDK's <code>platform-tools/<…