I am developing an application which captures screenshots and records the screens as video, without rooting the device.
I tried the ASL Demo which is given in the following link
http://code.google.com/p/android-screenshot-library/
It's working only to take screenshots. How can I record the screens in android?
Thanks in advance.