From aa1ecf5cdf70c5b76bd5e31d252735ba52a90b72 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Fri, 13 Jun 2014 17:47:15 -0700 Subject: html cleanup. delete quickviews Change-Id: Ifd71ca32848982919f37f8927acd8b66b0cf4438 --- docs/html/guide/components/activities.jd | 6 ------ docs/html/guide/components/bound-services.jd | 6 ------ docs/html/guide/components/fragments.jd | 9 --------- docs/html/guide/components/processes-and-threads.jd | 7 ------- docs/html/guide/components/services.jd | 8 -------- docs/html/guide/components/tasks-and-back-stack.jd | 8 -------- 6 files changed, 44 deletions(-) (limited to 'docs/html/guide/components') diff --git a/docs/html/guide/components/activities.jd b/docs/html/guide/components/activities.jd index 1cbaa79..3de7eea 100644 --- a/docs/html/guide/components/activities.jd +++ b/docs/html/guide/components/activities.jd @@ -4,12 +4,6 @@ page.tags="activity","intent"
-

Quickview

-
    -
  • An activity provides a user interface for a single screen in your application
  • -
  • Activities can move into the background and then be resumed with their state restored
  • -
-

In this document

  1. Creating an Activity diff --git a/docs/html/guide/components/bound-services.jd b/docs/html/guide/components/bound-services.jd index 653c7a0..4215f0f 100644 --- a/docs/html/guide/components/bound-services.jd +++ b/docs/html/guide/components/bound-services.jd @@ -6,12 +6,6 @@ parent.link=services.html
      -

      Quickview

      -
        -
      • A bound service allows other components to bind to it, in order to interact with it and -perform interprocess communication
      • -
      • A bound service is destroyed once all clients unbind, unless the service was also started
      • -

      In this document

      1. The Basics
      2. diff --git a/docs/html/guide/components/fragments.jd b/docs/html/guide/components/fragments.jd index 32c9f99..0cc5f72 100644 --- a/docs/html/guide/components/fragments.jd +++ b/docs/html/guide/components/fragments.jd @@ -5,15 +5,6 @@ parent.link=activities.html
        - -

        Quickview

        -
          -
        • Fragments decompose application functionality and UI into reusable modules
        • -
        • Add multiple fragments to a screen to avoid switching activities
        • -
        • Fragments have their own lifecycle, state, and back stack
        • -
        • Fragments require API Level 11 or greater
        • -
        -

        In this document

        1. Design Philosophy
        2. diff --git a/docs/html/guide/components/processes-and-threads.jd b/docs/html/guide/components/processes-and-threads.jd index 1fed712..e297205 100644 --- a/docs/html/guide/components/processes-and-threads.jd +++ b/docs/html/guide/components/processes-and-threads.jd @@ -5,13 +5,6 @@ page.tags="lifecycle","background"
          -

          Quickview

          -
            -
          • Every application runs in its own process and all components of the application run in that -process, by default
          • -
          • Any slow, blocking operations in an activity should be done in a new thread, to avoid slowing -down the user interface
          • -

          In this document

            diff --git a/docs/html/guide/components/services.jd b/docs/html/guide/components/services.jd index da01d2c..6e22be8 100644 --- a/docs/html/guide/components/services.jd +++ b/docs/html/guide/components/services.jd @@ -3,14 +3,6 @@ page.title=Services
              -

              Quickview

              -
                -
              • A service can run in the background to perform work even while the user is in a different -application
              • -
              • A service can allow other components to bind to it, in order to interact with it and -perform interprocess communication
              • -
              • A service runs in the main thread of the application that hosts it, by default
              • -

              In this document

              1. The Basics
              2. diff --git a/docs/html/guide/components/tasks-and-back-stack.jd b/docs/html/guide/components/tasks-and-back-stack.jd index f818873..e054313 100644 --- a/docs/html/guide/components/tasks-and-back-stack.jd +++ b/docs/html/guide/components/tasks-and-back-stack.jd @@ -5,14 +5,6 @@ parent.link=activities.html
                -

                Quickview

                -
                  -
                • All activities belong to a task
                • -
                • A task contains a collection of activities in the order in which the user interacts with -them
                • -
                • Tasks can move to the background and retain the state of each activity in order for users -to perform other tasks without losing their work
                • -

                In this document

                  -- cgit v1.1