diff --git a/docs/html/distribute/googleplay/spotlight/games.jd b/docs/html/distribute/googleplay/spotlight/games.jd index 4e356dbe7afa8..1fbc03f6985b0 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">
+
+
+ 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.
+
+
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 0000000000000..b170cf36f5611 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 1ac56b9a77c10..54aebac72502f 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.