I needed to record the work of my app and was looking for various possibilities. Most of them included ROOTing my device, I wanted to avoid it. Some offered possibility to make screenshots fast enough to make video compilation later. I was looking for a native possibility to record video of my app working. This… Continue reading Android 4.4+: how to record video from screen
Tag: video
Android: how to play audio and video from app
I was looking for a way how to play video and audio streams from Internet from my app. There are several ways how to do it and some of them worked for me. 1. Play in inner VideoView. The solution I found here how to play video from url String path=”http://www.ted.com/talks/download/video/8584/talk/761″; String path1=”http://commonsware.com/misc/test2.3gp”; VideoView videoView… Continue reading Android: how to play audio and video from app