In this video it shows the steps to implement YouTube IFRAME API to play the YouTube videos in your Android App. In this video uses the sample Java Script HTML code from the google developer page: https://developers.google.com/youtube/iframe_api_reference I hope you like this video. For any questions, suggestions or appreciation please…
Tag: sound
How to modulate the speech by setting pitch & rate in TextToSpeech using SeekBars in your Android App?
In this video it shows steps to modulate the sound of Text to Speech API by setting the pitch and speech rate using the seek bar in Android App. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com…
How to get current system volume level (Music, Alarm, Voice Calls) and set it on seekbar in your Android App?
This video shows the steps to access the volume level of different stream types of your phone and set it on seekbar in your Android App. It also uses textview to display the volume levels in integer form. For setting the volumes from your App, please refer to the below…
How to create your own custom Piano Android App? – using SoundPool API
This video shows the steps to create your own custom Piano Androind App using the SoundPool API in Android Studio. It uses a very simple layout of 7 buttons which it associates to the 7 notes of music from ‘a’ to ‘g’ using the soundID from the SoundPool.load() method. In…
How to enable vibration or make your phone vibrate from your Android App?
This simple video shows the steps to enable the vibration in your phone. It uses VIBRATOR_SERVICE to make your phone vibrate. It creates required Vibration effect of 1000 milliseconds(1 second) duration which vibrates the phone for default vibration effect. The result of this App is difficult to show in the…
Record and Play the sound simultaneously (live stream over Bluetooth speaker) in your Android App?
How to record and play the sound simultaneously (live stream over wireless or Bluetooth speaker) from your Android App? – Can be used for baby monitor In this video, it shows how one can create a simple Android App to record and play the sound simultaneously. The concept taken in…