• Home
  • Raw
  • Download

Lines Matching refs:back

16     <li><a href="#Clearing">Clearing the back stack</a></li>
58 when performing a certain job. The activities are arranged in a stack (the <em>back stack</em>), in
64 <h3>Adding fragments to a task's back stack</h3>
66 <p>Your activity can also include {@link android.app.Fragment}s to the back stack. For example,
70 desireable for the user to navigate back to reveal fragment B, using the <em>Back</em> button.</p>
71 <p>In order to add fragment B to the back stack so that this is possible, you must call {@link
75 <p>For more information about using fragments and adding them to the back stack, see the {@link
96 the back
98 this behavior with a timeline showing the progress between activities along with the current back
103 task adds an item to the back stack. When the user presses the <em>Back</em> button, the current
126 stopped, but the back stack for the task remains intact&mdash;the task has simply lost focus while
138 this point, the user can also switch back to Task B by going Home and selecting the application icon
148 <p>Because the activities in the back stack are never rearranged, if your application allows
190 stopped. This way, when users navigate back to a previous activity, its user interface appears
199 knows that the activity has a place in the back stack, but when the activity is brought to the
213 <p>The way Android manages tasks and the back stack, as described above&mdash;by placing all
216 with tasks or how they exist in the back stack. However, you might decide that you want to interrupt
220 instance on top of the back stack); or, you want your back stack to be cleared of all
255 flags to define how activities are associated with tasks and how they behave in the back stack.</p>
265 launch and when navigating back to it from other activities and tasks with the <em>Back</em> button.
319 activity at the top of the back stack is <em>not</em> an existing instance of the activity).
320 <p>For example, suppose a task's back stack consists of root activity A with activities B, C,
365 point, the back stack now includes all activities from the task brought forward, at the top of the
370 launch mode "singleTask" is added to the back stack. If the activity is already a part of a
371 background task with its own back stack, then the entire back stack also comes
402 <dd>If the activity being started is the current activity (at the top of the back stack), then
462 back stack as the caller. However, if the intent passed to
471 it, there must be some way for the user to navigate back to the task. Some entities (such as the
477 back to the task that's started, such as with a launcher icon (the root activity of the task
502 <h3 id="Clearing">Clearing the back stack</h3>
565 <p>This second ability is important: Users must be able to leave a task and then come back to it