Search code examples
androidvideo-capture

How to programmatically record screen without root device in android?


I have a drawing app. I want to record finger drawing and make .mp4 file. Display whole drawing steps for how to create drawing. I can't understand how to use record screen on my apps.


Solution

  • Its simple solution, without using any 3rd party library using handler, generate screenshot and use frame animation for full screen mode. Thats its.