Android app demo app?

This is not a developer question, but not sure where else to ask. I'm getting closer to creating a video tutorial for my Android app. In the windows I used something called "demobuilder", which is pretty cool, it captures the screen when you unmount your application (with voice) and it creates flash video.

I was looking for something similar for Android, but did not find anything that captures the screen for the video.

Can someone recommend an application that will help?

The alternative points to a webcam on my tablet, which, in my opinion, is a bit unprofessional.

+4
source share
2 answers

I had the same problem at one time. As Michael said, it’s hard to capture it at full frame rate from Android (or the emulator).

I ended up using Screencast for android . However, what I'm probably going to do now is get something like Elgato . You connect the device to HDMI so that it can record the HDMI output.

+1
source

Another approach is to create your Android x86 application, so that it will work on your computer without emulation. At this point, your regular screen casting tools work.

0
source

All Articles