Include this script into your page along with the iframe for a responsive media embed
Tutorial about how to draw 3D cube with Open GL, rotate it, put six images, one on each side of it and play a sound on click in Android Studio version.1.4.n0:00 Create New Project with Application name: PhotoCube; Minimum SDK: API9 - Android 2.3 (Gingerbread).n0:41 Add 6 pictures from computer, in project folder res-drawable: pic1.jpg, pic2.jpg, pic3.jpg, pic4.jpg, pic5.jpg, pic6.jpg.n1:00 Create New Java Class "MyGLActivity" and complete the code.n2:04 Create New Java Class "MyGLRenderer" and complete the code.n4:04 Create New Java Class "PhotoCube" and complete the code.n8:34 Modify code in AndroidManifest.xml file.n8:52 Run the app in Emulator.n10:02 In "res" folder, Create New Directory: raw.n10:15 Add an mp3 with name "sound.mp3" in folder "raw".n10:29 Complete code for play a sound on click in MyGLActivity.java file.n11:05 Add code to stop sound when exit app.n11:09 Run app and see 3D cube that rotates and has on each side of it, one of the photos you've included in the project and on click it heard the sound also included in project.nTo see more details click here:nandroid-coffee.com/tutorial-how-to-draw-3d-photo-cube-in-android-studio-1-4/