Home
last modified time | relevance | path

Searched refs:navigate (Results 1 – 25 of 93) sorted by relevance

1234

/frameworks/base/docs/html/design/patterns/
Dswipe-views.jd31 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>
Dnavigation.jd25 <p>The Up button is used to navigate within an app based on the hierarchical relationships
32 <p>The system Back button is used to navigate, in reverse chronological order, through the history
81 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 screens
102 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 before
134 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, an
196 the book details activity. Subsequent touches of Back continue to navigate back through the Play
Dapp-structure.jd91 …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 navigate
235 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 navigate
288 Gmail using swipe views to navigate from detail view to detail view.
Dwidgets.jd62 …While apps for example may support a view pager that allows the user to navigate between screens l…
84navigate the user to a lower level detail screen. Providing access to the top level of your applic…
Daccessibility.jd39 <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…
/frameworks/base/docs/html/training/keyboard-input/
Dnavigation.jd27 mode for text input, but also offers a way for users to navigate and
40 to users who do not navigate using visual cues. Fully supporting directional navigation in your
49 <p>It's possible that users can already navigate your app using a keyboard, because the
53 and {@link android.widget.EditText}) are focusable. This means users can navigate with
70 <li>To test your app, use only the Tab key to navigate through your UI, ensuring that
75 (arrow keys on the keyboard) to navigate your app.
132 <p>Users can also navigate your app using the arrow keys on a
Dindex.jd48 <dd>Learn how to verify that users can navigate your app using a keyboard
/frameworks/base/docs/html/training/design-navigation/
Dancestral-temporal.jd32 <p>Now that users can navigate <a href="descendant-lateral.html">deep into</a> the application's
52 <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">
Dindex.jd22 …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
Ddescendant-lateral.jd135 …<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…
/frameworks/base/docs/html/training/accessibility/
Daccessible-app.jd85 the noise a user needs to navigate in order to pull useful information from your
91 &gt; Accessibility &gt; TalkBack</strong>. Then navigate around your own
102 the user should be able to navigate to need to be set as focusable. This
148 navigate around the UI with the emulator's arrow keys, using the OK button as a
190 <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
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java97 navigate(msg.getData().getString(MSG_NAV_URL), msg.arg1); in onCreate()
116 private void navigate(String url, int timeout) { in navigate() method in PowerTestActivity
/frameworks/base/docs/html/training/implementing-navigation/
Dancestral.jd38 should offer the user a way to navigate to the logical parent screen in the app's hierarchy by
103 <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 {@link
214 // navigate up to the logical parent activity.
Dindex.jd60 horizontal paging (swipe views) to navigate between tabs.</dd>
/frameworks/base/docs/html/training/tv/start/
Dnavigation.jd36 On a TV device, users navigate with controls on a remote control device, using either a
39 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
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd155 often appropriate to allow the user to navigate backward and "undo" the change. To allow the user
156 to navigate backward through the fragment transactions, you must call {@link
177 // and add the transaction to the back stack so the user can navigate back
/frameworks/base/docs/html/design/tv/
Dpatterns.jd11 <p>Users typically navigate TV devices using a directional pad (D-Pad). This type of controller
136 to indicate that a user has reached the end of a list or is trying to navigate to an undefined
/frameworks/base/docs/html/tools/projects/
Dprojects-cmdline.jd63 <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 the
159 <p>To create a new library project, navigate to the <code>&lt;sdk&gt;/tools/</code> directory and
218 <p>To add a reference to a library project, navigate to the <code>&lt;sdk&gt;/tools/</code>
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd225 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 navigate
301 pages. You can navigate backward and forward through the history with {@link
305 to navigate backward:</p>
/frameworks/base/docs/html/training/wearables/ui/
Dindex.jd53 <dd>Learn how to implement the 2D Picker UI pattern to navigate through pages of data.</dd>
D2d-picker.jd25 Wear allows users to navigate and choose from a set of items shown as pages. The Wearable UI
202 method. When users swipe to navigate across pages, the
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dindex.jd49 <p>Android provides accessibility features and services for helping these users navigate their
/frameworks/base/docs/html/wear/design/
Duser-interface.jd27 information. Much like Google Now on Android phones and tablets, users swipe vertically to navigate
/frameworks/base/docs/html/tools/help/
Dlogcat.jd23 of your emulator or connected device. To view log output using adb, navigate to your SDK
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd81 <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 the
189 <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/<…

1234