Searched refs:separate (Results 1 – 25 of 351) sorted by relevance
12345678910>>...15
99 is in dual pane mode, but will launch a separate activity if the UI is in110 /* start a separate activity */154 as a separate activity on other configurations. For example, in the News Reader156 large screens, but is a separate activity on smaller screens.</p>225 <p>If you are using separate activities to implement separate parts of your interface,231 separate activity to display the news article when running in portrait mode,
7 Once saved here, the files must be uploaded to a separate
47 separate thread.60 Learn how to write code to run on a separate {@link java.lang.Thread}, by
143 The example code shown above is meant to be used with a separate {@code SearchRunnable} class144 that runs the search query on a separate thread. This technique keeps potentially slow-running
21 detail contents in a separate screen.</p>28 <p>On a phone, since the master and detail are on separate screens, this typically requires the use…
151 <p>You can supply separate landscape and portrait layouts for your widgets, which181 <p>You can supply separate landscape and portrait layouts for your
118 public void separate() throws CallStateException { in separate() method in ImsExternalConnection
68 meta data in a separate XML resource. The service declaration, the intent filter and the service83 <p>Define the service meta data in separate XML file, as shown in the following example. The service109 {@link android.os.HandlerThread} which provides a process thread separate from the UI thread to
5 Each testcase is a separate .rs file, and comments inside the testcase are
75 and output, separate buffer queue completion handlers are used for each side. There is no86 rate, especially if the endpoints are on separate paths. For example, if you are capturing from
53 operation in a separate method, and call that update method from your {@link107 operation. Once again, you should be doing the actual update in a separate
55 android.app.Fragment} APIs. Fragments allow you to separate distinct behavioral components of your56 UI into separate parts, which you can then combine to create multi-pane layouts when running on a57 tablet or place in separate activities when running on a handset. Android 3.0 also introduced171 components should appear on separate screens—selecting an article from a list changes the182 one activity; on a handset, use separate activities to host each fragment. For example,203 <p>This guide focuses on the second option, in which you display each fragment in a separate210 both handsets and tablets when using separate activities for the handset design:</p>408 and the tabs appear in a separate row (the stacked action bar). On the tablet, more action items can420 you enable split action bar, a separate bar appears at the bottom of the screen to
6 can download your app as well as deliver separate versions of your app based on certain
47 over HTTPS, after a user visits your site on two separate days within a two
42 These applications should be installed on two separate Android
11 5. A separate monitor process will be automatically forked and will be reading from /proc file
41 help you off-load operations onto a separate thread running in the background. The most useful
31 <p class="note"><strong>Note:</strong> Android does not provide a separate test case class for
53 visible and the user's focus is in a separate activity (or an entirely separate app).</p>91 separate thread but that's too complicated to show here. -->
73 <li>Resources that are separate from the app code and allow your app to186 <p>Because the system runs each app in a separate process with file permissions that225 <p>There are separate methods for activating each type of component:</p>423 separate from the source code, such as images, audio files, and anything relating to the visual437 <p>One of the most important aspects of providing resources separate from your source code440 languages and save those strings in separate files. Then, based on a language <em>qualifier</em>476 <dd>Information about how Android apps are structured to separate app resources from the
46 separate thread, wait for it to finish, and then display the results.
60 # it really contains 4 separate values, each taking up a byte
43 allows your app to start an activity that is contained in a separate app.</p>
90 /* start a separate activity */