Home
last modified time | relevance | path

Searched refs:like (Results 1 – 25 of 202) sorted by relevance

123456789

/frameworks/base/docs/html/guide/tutorials/views/
Dhello-tablelayout.jd13 Make it like so:
92 <p>Notice how this resembles the structure of an HTML table. <code>TableLayout</code> is like the
93 …e>table</code> element; <code>TableRow</code> is like a <code>tr</code> element; but for our cells…
Dhello-relativelayout.jd11 <li>Open the layout file. Make it like so:
51 we use attributes like <code>layout_below</code> and <code>layout_toLeftOf</code> to describe
52 how we'd like to position each View. Naturally, these are different relative positions, and the
Dhello-tabwidget.jd11 <li>Open the layout file and make it like so:</li>
60 …make these child views as large as complex as you'd like &mdash; instead of the TextView elements,
70 <li>Now fill in the the <code>onCreate</code> method like this:
94 are saved like a zero-based array, so to open the first tab, we pass zero (<var>0</var>).</p>
98 …the <var>NoTitleBar</var> theme to the <code>&lt;application></code> tag. It should end up like th…
108 <p>Your application should look like this:</p>
Dhello-spinner.jd14 Make it like so:
88 the array of selectable items and the type of layout we'd like each one bound to. We then call
96 <p>It should look like this:</p>
Dhello-gallery.jd13 <li>Open the layout file and make it like so:
44 we'll create next. Then we create an item click listener for the Gallery. This is like a normal
123 <p>You should see something like this:</p>
Dhello-gridview.jd12 <li>Find some photos you'd like to use, or copy some from the SDK samples res/drawable/
14 <li>Open the layout and make it like so:
116 <p>Your grid layout should look something like this:</p>
Dhello-linearlayout.jd13 Make it like so:
99 <p>Carefully inspect the XML. You'll notice how this layout works a lot like
/frameworks/base/docs/html/resources/articles/
Dspeech-input.jd12 and available in Android Market, provides powerful features like "search by voice"
13 and Voice Actions like "Navigate to." Further
22 fundamentally change the mobile experience. We would like to invite every
75 like "Mom, I'm writing you this message with my voice!" might be appropriate for
76 an email or SMS message, you're probably more likely to say something like
82 web_search} for shorter, search-like phrases. We developed the "free form"
Dtimed-ui-updates.jd20 at its disposal. We would like to find a more efficient way of updating
24 Java Swing and SE application. It is like a stopwatch with a lap timer
35 <p>In the original version, the timer code looked like this:</p>
100 TimerTask. The new clock updater, with all these changes, looks like
133 is pressed. Another button listener defined like this:</p>
Dgestures.jd10 recognize simple actions, like a swipe, but it has been more
32 Gestures Builder.) The screenshot below shows what the application looks like
60 like the SD card, which is very important if you want your application to be
81 several visual properties, like the color and the width of the stroke
134 <p>And here is what the XML layout looks like:</p>
170 (like <code>action_delete</code>) can immediately be recognized as a
Dfaster-screen-orientation-change.jd21 devices, like the T-Mobile G1, can change their hardware configuration
44 resources like layouts and drawables based on the orientation, screen
66 portrait and landscape modes and this is what the result looks like:</p>
87 The implementation can be summarized like so:</p>
Dcan-i-use-this-intent.jd14 another application. This happens in particular with third-party apps, like
70 whether he'd like to install the missing package, you can then simply redirect
Dlistview-backgrounds.jd11 to use a custom background. By default, like many Android widgets,
30 looks like by default and the right image shows what the list looks like during
Dwikinotes-intents.jd10 matched a note belonging to that wiki word. As an example, a matching word like
28 resulting activity (if any) to handle it, look like this:</p>
157 which is like saying an Android list (dir) of Google wiki notes (the
161 like saying an Android item of Google wiki notes.</p>
163 <p>Note that if you define your own MIME data types like this, the
195 <h3>Why do it like this?</h3>
241 notes, as many links deep as you like, and then follow them. If you
/frameworks/base/core/java/android/content/
DSearchRecentSuggestionsProvider.java325 String like = "%" + selectionArgs[0] + "%"; in query() local
327 myArgs = new String [] { like, like }; in query()
329 myArgs = new String [] { like }; in query()
/frameworks/base/docs/html/guide/topics/ui/
Dindex.jd37 UI objects, like text fields and buttons. The ViewGroup class serves as the base for subclasses cal…
38 which offer different kinds of layout architecture, like linear, tabular and relative.</p>
76 XML offers a human-readable structure for the layout, much like HTML. Each element in XML is
85 <p>For example, a simple vertical layout with a text view and a button looks like this:</p>
130 widgets, like buttons, checkboxes, and text-entry fields, so you can quickly build your UI.
131 Some widgets provided by Android are more complex, like a date picker, a clock, and zoom controls.
133 like to do something more customized and create your own actionable elements, you can, by defining …
193 <p>And just like your application layout, you have the option to declare the items for you menu in …
209 based on a given Adapter object. The Adapter acts like a courier between your data source (perhaps …
Dthemes.jd139 you can author the new style like this:</p>
153 <p>You can continue inheriting like
154 this as many times as you'd like, by chaining names with periods. For example, you can
187 attribute in an {@code &lt;EditText>} element, like this:</p>
208 <p>This simple example may look like more work, but when you add more style properties and
294 appear like a dialog box:</p>
306 <p>If you like a theme, but want to tweak it, just add the theme as the <code>parent</code>
308 color like this:</p>
357 <p>Now use this theme like you would any other, and your application will
/frameworks/base/libs/usb/tests/AccessoryChat/
DREADME.txt3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_list.jd32 <p>List view icons look a lot like dialog icons, but they use an inner shadow
156 <li>Create the basic shapes using a tool like Adobe Illustrator.</li>
157 <li>Import the shape into a tool like Adobe Photoshop and scale to fit an image
/frameworks/base/docs/html/guide/topics/manifest/
Duses-configuration-element.jd12 Seems like some API change is in the works, either eliminating the "no___" values or
34 or a particular navigation device, like a trackball. The specification is
43 keypad like those found on most phones, it would specify these requirements
101 <td>The application requires a twelve-key keypad, like those on most
Dpermission-tree-element.jd20 {@code com.example.project.taxes}, permissions like the following might be
44 reference to a string resource, so that it can be localized like other
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-tablelayout.jd92 element is like the HTML <code>&lt;table&gt;</code> element; {@link android.widget.TableRow} is like
Dhello-spinner.jd44 like this:
102 android.widget.Spinner}. Here's what this class should look like:
139 <p>It should look like this:</p>
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd45 <code>draw...()</code> methods (like
71 <p>When you're writing an application in which you would like to perform specialized drawing
84 a new Canvas like this:</p>
98 like <code>drawBitmap(...)</code>, <code>drawRect(...)</code>, <code>drawText(...)</code>, and many…
121 <code>{@link android.view.View#invalidate()}</code>. This indicates that you'd like your View to be…
135 information on using Drawable objects like images from your resources and other primitive shapes.</…
159 like to receive SurfaceHolder callbacks (from {@link android.view.SurfaceHolder.Callback}) by calli…
254 To do so, create a Drawable from the resource like so:
288 to Drawables. If there is a Drawable object that you'd like to create, which is not initially
380 <p>With the custom View defined, it can be drawn any way you like. With the sample above, we can
[all …]
/frameworks/base/docs/html/guide/webapps/
Ddebugging.jd60 <p>Then the logcat message looks something like this:</p>
122 android.webkit.WebChromeClient#onConsoleMessage(ConsoleMessage)} might look like this:</p>
148 a logcat message is printed that looks like this:</p>

123456789