Include this script into your page along with the iframe for a responsive media embed
The reason for this tutorial was a need for how to manage the android performance tutorial series www.youtube.com/playlist?list=PL9jCwTXYWjDJ-PXjaLi7cvrGEWnEPuz5i which is based on the android image gallery tutorial series www.youtube.com/playlist?list=PL9jCwTXYWjDK0tL-lN5coNLNCbH_cL8PhnnI did not want to create a separate GitHub repo for the performance enhancements which essentially would be performance enhancements to the image gallery app. nnAlso I wanted separate commits for each independent enhancement so each enhancement could be made in isolation and I would also be able to align each git commit with the applicable android performance tutorial. nnTherefore this tutorial reflects my git methodology & process for managing each performance enhancement on top the image gallery app.nnTo summarise I create a separate branch for the android performance tutorial series which I label performance. Then on the completion of each android performance tutorial I commit the changes using android studio and then tag that particular commit. Then both the commit & tags are then pushed up to the GitHub account.