Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f78e78f5 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 05194598: am 4dcf23b6: am 64fedb77: add new video button to some pages

* commit '05194598':
  add new video button to some pages
parents a5153f0c 05194598
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -44,6 +44,15 @@ page.tags=wireless,bluetoothadapter,bluetoothdevice,BLE,BTLE
</div>
</div>

<a class="notice-developers-video" href="http://www.youtube.com/watch?v=vUbFB1Qypg8">
<div>
    <h3>Video</h3>
    <p>DevBytes: Bluetooth Low Energy API</p>
</div>
</a>




<p>
Android 4.3 (API Level 18) introduces built-in platform support for Bluetooth Low
+7 −1
Original line number Diff line number Diff line
@@ -20,10 +20,16 @@ startpage=true
  <li><a href="{@docRoot}guide/topics/connectivity/wifip2p.html">Wi-Fi P2P</a></li>
</ul>


</div>
</div>

<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=oi_ARV_I8Dc">
<div>
    <h3>Video</h3>
    <p>DevBytes: Network Service Discovery</p>
</div>
</a>


<p>Besides enabling communication with the cloud, Android's wireless APIs also
enable communication with other devices on the same local network, and even
+14 −0
Original line number Diff line number Diff line
@@ -25,6 +25,20 @@ startpage=true
</div>
</div>

<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=rsQet4nBVi8">
<div>
    <h3>Video</h3>
    <p>DevBytes: Bitmap Allocation</p>
</div>
</a>

<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=pMRnGDR6Cu0">
<div>
    <h3>Video</h3>
    <p>DevBytes: Making Apps Beautiful - Part 4 - Performance Tuning</p>
</div>
</a>

<p>Learn how to use common techniques to process and load {@link
android.graphics.Bitmap} objects in a way that keeps your user interface (UI) components responsive
and avoids exceeding your application memory limit. If you're not careful, bitmaps can quickly
+7 −0
Original line number Diff line number Diff line
@@ -26,6 +26,13 @@ next.link=optimizing-layout.html
</div>
</div>

<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=-FUw8HMbmBQ">
<div>
    <h3>Video</h3>
    <p>DevBytes: Optimising Layouts with Hierarchy Viewer</p>
</div>
</a>



<p>Layouts are a key part of Android applications that directly affect the user experience. If
+7 −0
Original line number Diff line number Diff line
@@ -17,6 +17,13 @@ startpage=true
  </div>
</div>

<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=Iub67ic87KI">
<div>
    <h3>Video</h3>
    <p>DevBytes: Android 4.4 Printing API</p>
</div>
</a>

<p>
  Android users frequently view content solely on their devices, but there are times when
  showing someone a screen is not an adequate way to share information. Being able to print
Loading