@@ -10,7 +10,7 @@ page.landing.image=
1010 <div class="col-12">
1111 <h3>Blog Articles</h3>
1212
13- <a href="android-developers.blogspot.com/2010/10/improving-app-quality.html">
13+ <a href="http:// android-developers.blogspot.com/2010/10/improving-app-quality.html">
1414 <h4>Improving App Quality</h4>
1515 <p>One way of improving your app’s visibility in the ecosystem is by deploying well-targeted
1616mobile advertising campaigns and cross-app promotions. However, there’s another time-tested method
@@ -23,15 +23,15 @@ of fueling the impression-install-ranking cycle: improve the product!</p>
2323your designs to the action bar in order to promote a consistent Android user experience.</p>
2424 </a>
2525
26- <a href="android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html">
26+ <a href="http:// android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html">
2727 <h4>New Tools For Managing Screen Sizes</h4>
2828 <p>Android 3.2 includes new tools for supporting devices with a wide range of screen sizes.
2929One important result is better support for a new size of screen; what is typically called a “7-inch”
3030tablet. This release also offers several new APIs to simplify developers’ work in adjusting to
3131different screen sizes.</p>
3232 </a>
3333
34- <a href="android-developers.blogspot.com/2011/03/identifying-app-installations.html">
34+ <a href="http:// android-developers.blogspot.com/2011/03/identifying-app-installations.html">
3535 <h4>Identifying App Installations</h4>
3636 <p>It is very common, and perfectly reasonable, for a developer to want to track individual
3737installations of their apps. It sounds plausible just to call TelephonyManager.getDeviceId() and use
0 commit comments