Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa1ecf5c authored by smain@google.com's avatar smain@google.com
Browse files

html cleanup. delete quickviews

Change-Id: Ifd71ca32848982919f37f8927acd8b66b0cf4438
parent b43eff80
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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>
+0 −6
Original line number Diff line number Diff line
@@ -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>
+0 −9
Original line number Diff line number Diff line
@@ -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>
+0 −7
Original line number Diff line number Diff line
@@ -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>
+0 −8
Original line number Diff line number Diff line
@@ -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