Loading docs/html/guide/components/activities.jd +0 −6 Original line number Diff line number Diff line Loading @@ -4,12 +4,6 @@ page.tags="activity","intent" <div id="qv-wrapper"> <div id="qv"> <h2>Quickview</h2> <ul> <li>An activity provides a user interface for a single screen in your application</li> <li>Activities can move into the background and then be resumed with their state restored</li> </ul> <h2>In this document</h2> <ol> <li><a href="#Creating">Creating an Activity</a> Loading docs/html/guide/components/bound-services.jd +0 −6 Original line number Diff line number Diff line Loading @@ -6,12 +6,6 @@ parent.link=services.html <div id="qv-wrapper"> <ol id="qv"> <h2>Quickview</h2> <ul> <li>A bound service allows other components to bind to it, in order to interact with it and perform interprocess communication</li> <li>A bound service is destroyed once all clients unbind, unless the service was also started</li> </ul> <h2>In this document</h2> <ol> <li><a href="#Basics">The Basics</a></li> Loading docs/html/guide/components/fragments.jd +0 −9 Original line number Diff line number Diff line Loading @@ -5,15 +5,6 @@ parent.link=activities.html <div id="qv-wrapper"> <div id="qv"> <h2>Quickview</h2> <ul> <li>Fragments decompose application functionality and UI into reusable modules</li> <li>Add multiple fragments to a screen to avoid switching activities</li> <li>Fragments have their own lifecycle, state, and back stack</li> <li>Fragments require API Level 11 or greater</li> </ul> <h2>In this document</h2> <ol> <li><a href="#Design">Design Philosophy</a></li> Loading docs/html/guide/components/processes-and-threads.jd +0 −7 Original line number Diff line number Diff line Loading @@ -5,13 +5,6 @@ page.tags="lifecycle","background" <div id="qv-wrapper"> <div id="qv"> <h2>Quickview</h2> <ul> <li>Every application runs in its own process and all components of the application run in that process, by default</li> <li>Any slow, blocking operations in an activity should be done in a new thread, to avoid slowing down the user interface</li> </ul> <h2>In this document</h2> <ol> Loading docs/html/guide/components/services.jd +0 −8 Original line number Diff line number Diff line Loading @@ -3,14 +3,6 @@ page.title=Services <div id="qv-wrapper"> <ol id="qv"> <h2>Quickview</h2> <ul> <li>A service can run in the background to perform work even while the user is in a different application</li> <li>A service can allow other components to bind to it, in order to interact with it and perform interprocess communication</li> <li>A service runs in the main thread of the application that hosts it, by default</li> </ul> <h2>In this document</h2> <ol> <li><a href="#Basics">The Basics</a></li> Loading Loading
docs/html/guide/components/activities.jd +0 −6 Original line number Diff line number Diff line Loading @@ -4,12 +4,6 @@ page.tags="activity","intent" <div id="qv-wrapper"> <div id="qv"> <h2>Quickview</h2> <ul> <li>An activity provides a user interface for a single screen in your application</li> <li>Activities can move into the background and then be resumed with their state restored</li> </ul> <h2>In this document</h2> <ol> <li><a href="#Creating">Creating an Activity</a> Loading
docs/html/guide/components/bound-services.jd +0 −6 Original line number Diff line number Diff line Loading @@ -6,12 +6,6 @@ parent.link=services.html <div id="qv-wrapper"> <ol id="qv"> <h2>Quickview</h2> <ul> <li>A bound service allows other components to bind to it, in order to interact with it and perform interprocess communication</li> <li>A bound service is destroyed once all clients unbind, unless the service was also started</li> </ul> <h2>In this document</h2> <ol> <li><a href="#Basics">The Basics</a></li> Loading
docs/html/guide/components/fragments.jd +0 −9 Original line number Diff line number Diff line Loading @@ -5,15 +5,6 @@ parent.link=activities.html <div id="qv-wrapper"> <div id="qv"> <h2>Quickview</h2> <ul> <li>Fragments decompose application functionality and UI into reusable modules</li> <li>Add multiple fragments to a screen to avoid switching activities</li> <li>Fragments have their own lifecycle, state, and back stack</li> <li>Fragments require API Level 11 or greater</li> </ul> <h2>In this document</h2> <ol> <li><a href="#Design">Design Philosophy</a></li> Loading
docs/html/guide/components/processes-and-threads.jd +0 −7 Original line number Diff line number Diff line Loading @@ -5,13 +5,6 @@ page.tags="lifecycle","background" <div id="qv-wrapper"> <div id="qv"> <h2>Quickview</h2> <ul> <li>Every application runs in its own process and all components of the application run in that process, by default</li> <li>Any slow, blocking operations in an activity should be done in a new thread, to avoid slowing down the user interface</li> </ul> <h2>In this document</h2> <ol> Loading
docs/html/guide/components/services.jd +0 −8 Original line number Diff line number Diff line Loading @@ -3,14 +3,6 @@ page.title=Services <div id="qv-wrapper"> <ol id="qv"> <h2>Quickview</h2> <ul> <li>A service can run in the background to perform work even while the user is in a different application</li> <li>A service can allow other components to bind to it, in order to interact with it and perform interprocess communication</li> <li>A service runs in the main thread of the application that hosts it, by default</li> </ul> <h2>In this document</h2> <ol> <li><a href="#Basics">The Basics</a></li> Loading