From 4c4a47f42101a57ab8ff05a8e035d97582c3368a Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 10 Dec 2009 15:54:54 -0800 Subject: [PATCH] docs: add developer dashboard page and add topic link to it from the homepage (replacing the video topic) --- docs/html/images/icon_dashboard.png | Bin 0 -> 1761 bytes docs/html/index.jd | 14 +++- .../resources/dashboard/platform-versions.jd | 79 ++++++++++++++++++ docs/html/resources/resources_toc.cs | 10 +++ 4 files changed, 99 insertions(+), 4 deletions(-) create mode 100644 docs/html/images/icon_dashboard.png create mode 100644 docs/html/resources/dashboard/platform-versions.jd diff --git a/docs/html/images/icon_dashboard.png b/docs/html/images/icon_dashboard.png new file mode 100644 index 0000000000000000000000000000000000000000..04793e0775c98403665c77dcc2b6dd98da6f29cc GIT binary patch literal 1761 zcmV<71|Io|P)Px#24YJ`L;wH)0002_L%V+f000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iXh? z0wMw#kQqP#00v=6L_t(&-tC%8Y+Pp*$A8~_%=^xaJu@CVPU9pFjSUS=RYHZjYZH)4 zBo^%0b=4h9K!5~@fFN5WBz8!w5mGl)DhNzX)JIYhH70)6jvuMVGvj$b?%c=6!X~(l zJ-+iQYUQ)Ouiu>Wo&Wzk^9d=XdyTe;~DHhK21vvX*<3dMo4M4nZt5i3G}K2Gg!k zY;0lpQ^bSgMEt2w7o=rZSjxQ4+}0nk>?#u1(|rQLQ$sIeJ55Zxx>t_4l+6s)R*qQU z6p8Rzd}?UWAd-43&pRtO*)F|@wCI!jacBtP<OAj$c#~3Nt*aUqLM0u& zjO8?GIrX;JI?t`}oaPY@4HV%im~{g&J=EZ5{w`94jn z+#e9jY4HBT-%_Y8_0%3i{xs3xX-ubvD{YTiRB)u#ACQgw3>&*MPb|((V>omXpJq^N z3L?+&DC?XsGE11X)JK@yQK;n!mn8jlXof)*tiK1Vb#%0}^DY?kjm7R>*~ zPHmAh@#pbt;m$yIt4kE?%YCqOf<)vZiqN0~GsoRWf1+$|;~w(k*^bFh zZHcF1mpcR5EX*Ei`Z^6&@iP>@i0!s$+LZ%YFi0Cy1oapX3%B{G@^4yBt&NgNDrN>p z+Ng&ZOzm(%GRal%_r+fOv@j#lFJsy@ET@5{_!$mOkPM$ATU%j%=Py)RJD#3ZYJP;} z)KRslH;{5;la@yzIxdXB1R-CNOl5(PZXW6dKdlJY0nbkVB+wxvo^;Y&+ z8{yesMV|v8;!lx`Op>pyu~B-Tin-JAvm`FHR-TA2=?%oRi#TqxX9z{;r1ux6K(LaV zB~zWp@u=*Fe_PFaMr@~s>(LstRa-TLuI{zV)!nzr)>l58QjdYwDArwNsA@3m3;5a_r=DEzC55t(T=DT^|$kiiZ1cFgx8s8CR)fPk` zIG4JL5jZn25Gh^q)j9sT{0meB(<9di9O7&PdX#kJ3*9Tbu7TMfS(LH(70#!wBYIL}F9X2)+*FmVM+#uq?$-#M;)V0y8(2#|*Z@>T!*c4LAv(&)!7{tO z`Wx1AZ(#Ll7kP01a&h$AeDTzG@ONlmL^mfNY^T9`eufV=e^1ri?0MQEgi6Fe&ZX0@ zayIpHSK1|dIl|Gj3M^$_XCptuZf&9CMj(X7Q0M}aBiA{f`UbkzeVZ4(o<)(;rD5gC zRp!{(eT#f`j+R};aZRiPb1ESeRN+TgL-@2PL*b{HNW4VCm?G4}{-kdpPi}9klMK_?(5AZ_D6HuS>Z5#;8600000NkvXXu0mjf DY6L;@ literal 0 HcmV?d00001 diff --git a/docs/html/index.jd b/docs/html/index.jd index 0d72e80b8a94a..d3407939fbf12 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -76,11 +76,17 @@ home=true
 
- + -

Watch

- -

More Android videos »

+

Target Devices

+

The Device Dashboard +provides information about deployed Android devices to +help you target suitable device configurations as you build and update your +apps.

+

Learn more »

diff --git a/docs/html/resources/dashboard/platform-versions.jd b/docs/html/resources/dashboard/platform-versions.jd new file mode 100644 index 0000000000000..2757850ec46e7 --- /dev/null +++ b/docs/html/resources/dashboard/platform-versions.jd @@ -0,0 +1,79 @@ +page.title=Platform Versions +@jd:body + + + +

This page provides data about the relative number of active devices +running a given version of the Android platform. This can help you +understand the landscape of device distribution and decide how to prioritize +the development of your application features for the devices currently in the +the hands of users.

+ +

Note: This data is based on the number +of Android devices that have accessed Android Market within a 14-day period +ending on the data collection date noted below.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Android PlatformPercent of Devices
Android 1.10.3%
Android 1.527.7%
Android 1.654.2%
Android 2.02.9%
Android 2.0.114.8%
+
+ +

Data collected during two weeks ending on 12/14/2009

diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index 54602bfab1a6a..40ee8186ed652 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -19,6 +19,16 @@ +
  • +

    Device Dashboard +

    + +
  • +
  • Technical Articles