diff options
| author | Scott Main <smain@google.com> | 2010-10-05 15:17:40 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-05 15:17:40 -0700 |
| commit | 537b22251495bb169ddf4197b9fe217b9b8e84ad (patch) | |
| tree | bddf70c9150496d9de01f85c5e900d8e425c21a4 /docs | |
| parent | 73fe79da099eabd032f69b8db0bc6dacf0829ed1 (diff) | |
| parent | fc7f39196be7e7e741ece79b4b551c52cdb67f0d (diff) | |
| download | frameworks_base-537b22251495bb169ddf4197b9fe217b9b8e84ad.zip frameworks_base-537b22251495bb169ddf4197b9fe217b9b8e84ad.tar.gz frameworks_base-537b22251495bb169ddf4197b9fe217b9b8e84ad.tar.bz2 | |
am fc7f3919: am b3a5b85a: am 6ef33cb3: docs: fix error in merge caused by Ibd81091fc6002a77ce43f553b63facec53f16a38
Merge commit 'fc7f39196be7e7e741ece79b4b551c52cdb67f0d'
* commit 'fc7f39196be7e7e741ece79b4b551c52cdb67f0d':
docs: fix error in merge caused by Ibd81091fc6002a77ce43f553b63facec53f16a38
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/html/guide/practices/design/responsiveness.jd | 13 |
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 — 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 — the |
