summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-10-04 15:39:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-04 15:39:24 -0700
commitb3a5b85a612703e54e631ffab5bb518eba909899 (patch)
tree4d06a96fea1ddcf1fa2d73614f268b6d6a9ad034
parentb99f0c7eae365f788a21944fef28de580c7f5f92 (diff)
parent6ef33cb3b8c9ec8f6c2bb387d9a61affea64ec0d (diff)
downloadframeworks_base-b3a5b85a612703e54e631ffab5bb518eba909899.zip
frameworks_base-b3a5b85a612703e54e631ffab5bb518eba909899.tar.gz
frameworks_base-b3a5b85a612703e54e631ffab5bb518eba909899.tar.bz2
am 6ef33cb3: docs: fix error in merge caused by Ibd81091fc6002a77ce43f553b63facec53f16a38
Merge commit '6ef33cb3b8c9ec8f6c2bb387d9a61affea64ec0d' into gingerbread * commit '6ef33cb3b8c9ec8f6c2bb387d9a61affea64ec0d': docs: fix error in merge caused by Ibd81091fc6002a77ce43f553b63facec53f16a38
-rw-r--r--docs/html/guide/practices/design/responsiveness.jd13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/html/guide/practices/design/responsiveness.jd b/docs/html/guide/practices/design/responsiveness.jd
index 2c7633d..b811d1b 100644
--- a/docs/html/guide/practices/design/responsiveness.jd
+++ b/docs/html/guide/practices/design/responsiveness.jd
@@ -19,19 +19,6 @@ page.title=Designing for Responsiveness
<p><strong>Figure 1.</strong> An ANR dialog displayed to the user.</p>
</div>
-<p>It's possible to write code that wins every performance test in the world, but still sends users
-in a fiery rage when they try to use the application. These are the applications that aren't
-<em>responsive</em> enough &mdash; the ones that feel
-sluggish, hang or freeze for significant periods, or take too long to process
-input. </p>
-
-<p>In Android, the system guards against applications that are insufficiently responsive for a
-period of time by displaying a dialog to the user, called the Application Not Responding (ANR)
-dialog. The user can choose to let the application continue, but the user won't appreciate having to
-act on this dialog every time he or she uses your application. So it's important to design
-responsiveness into your application, so that the system never has cause to display an ANR to the
-user. </p>
-
<p>It's possible to write code that wins every performance test in the world,
but still sends users in a fiery rage when they try to use the application.
These are the applications that aren't <em>responsive</em> enough &mdash; the