From 3f848899f4856252e70c28a805a8d364c033d2aa Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 10 Oct 2013 16:34:40 -0700 Subject: Doc change: add tablet success story and fix a few issues. Change-Id: Ifdc494270d200604b9a228601b5ead0e8b2c4e3f --- docs/html/distribute/googleplay/spotlight/games.jd | 2 +- .../distribute/googleplay/spotlight/tablets.jd | 91 ++++++++++++++++++++- docs/html/images/distribute/rememberthemilk.png | Bin 0 -> 348977 bytes docs/html/training/articles/security-tips.jd | 2 +- 4 files changed, 89 insertions(+), 6 deletions(-) create mode 100644 docs/html/images/distribute/rememberthemilk.png diff --git a/docs/html/distribute/googleplay/spotlight/games.jd b/docs/html/distribute/googleplay/spotlight/games.jd index 4e356db..1fbc03f 100644 --- a/docs/html/distribute/googleplay/spotlight/games.jd +++ b/docs/html/distribute/googleplay/spotlight/games.jd @@ -102,7 +102,7 @@ going back to our other titles, adding the features to them as well."

width: 78px; float: left; margin: 12px 20px 30px 20px;" - src="//lh5.ggpht.com/l20dR2HYLV8vECoC35q_0NdfaAGTe4lZIFy_wCJRDqZjeQqSgneLRpXi3qOnnCaLXA=w124"> + src="//lh4.ggpht.com/Q7mQJsdhulW4_s039R9aaRhQkGnyzLkhF00j5EnyhHOivijnyi7P7b5A8qG0xk1r-jQ=w124">
+
+ +

Remember The Milk: Lifting installs with tablet design

+ + + +
+ + +
About the app
+ + +
    +
  • Remember The Milk
  • +
  • A feature-packed to-do list app; never forget the milk (or anything else) again
  • +
+ +
Tablet Results
+ +
    +
  • 83% jump in tablet installs following update
  • +
  • Nexus 7 is most popular Android device for app
  • +
  • Single APK for phones and tablets
  • +
+ +
+ + Android app on Google Play + + +
+
+ +
+

When the Android tablet guidelines + came out in 2012, the team at Remember The Milk had already been thinking about + a redesign for their feature-packed + to-do list app. Omar Kilani, Co-founder of Remember The Milk, explains how + updating + their app to meet the tablet guidelines lead to an 83% jump in tablet installs:

+ +

“We took this as an opportunity to think about how we were going to approach + Android tablets differently from a user experience perspective. The guidelines + were a helpful resource, and with the extra screen real estate tablets afford, + users have the opportunity to see all of their data in context and drill down + on more items. All of this is accomplished using a single APK on Play, even though + the phone and tablet versions each capture completely different use cases for us.”

+ +

“In the month after updating, we saw our tablet installs on Google Play jump 83%, + and the Nexus 7 is now the most popular Android device amongst our users. For us, + designing for tablets was an investment that has really paid off.”

+ +

The team also came out with a number of other goodies — including a new set of + widgets and richer notifications, and more ways to provide an immersive experience + for their users.

+
+ +
+ + + +
+

Tablet redesign led to lift + in installs: Following the redesign of the Android app, in part to meet the tablet + design criteria, Remember The Milk saw an 83% increase in tablet installs.

+
+ +
+ +
+ + +

Mint: More screen real estate = more engagement

@@ -96,7 +179,7 @@ phone apps serve as great complements to each other."

- +

Making the most of tablet screens: Mint used the extra screen area on tablets to offer quick access to additional tools and information.

@@ -184,7 +267,7 @@ longer and spend more while they’re there, you have a recipe for success.” - +

More monetization @@ -268,7 +351,7 @@ tablets continues to pay off.”

- +

Popular with diff --git a/docs/html/images/distribute/rememberthemilk.png b/docs/html/images/distribute/rememberthemilk.png new file mode 100644 index 0000000..b170cf3 Binary files /dev/null and b/docs/html/images/distribute/rememberthemilk.png differ diff --git a/docs/html/training/articles/security-tips.jd b/docs/html/training/articles/security-tips.jd index 1ac56b9..54aebac 100644 --- a/docs/html/training/articles/security-tips.jd +++ b/docs/html/training/articles/security-tips.jd @@ -553,7 +553,7 @@ android.content.Context#sendOrderedBroadcast sendOrderedBroadcast()}, or an explicit intent to a specific application component.

Note that ordered broadcasts can be “consumed” by a recipient, so they -may not be delivered to all applications. If you are sending an intent that muse be delivered +may not be delivered to all applications. If you are sending an intent that must be delivered to a specific receiver, then you must use an explicit intent that declares the receiver by nameintent.

-- cgit v1.1