How can i record the Android device screen?
android, record, screen, video-capture
Solution
the only way to do that is with a rooted device.
try reading this answer: Programmatic screencapture on mobile device
EDIT 1:
screen capture as video is the same is screen capture of only one image.
EDIT 2:
there are different apps that record video from screen such as Screencast and ShootMe. you can call them from within the app using the `startActivity(new Intent(String action));` with their action names.
for more read this: Open third party app
Problem
I want to create an application that will enable the users to `Capture Screen` of their Android device. like any screen recorder software we used in pc please help me out Edit : 1 here `Screen capture refers to Screen recording of device screen as video not snapshots of screen.`