Android Screen Record

So it is easy to record the screen on Android Kitkat(4.4+) with the following command

adb shell screenrecord /sdcard/demo.mp4

And then you can share it or pull it out:

adb pull /sdcard/demo.mp4 .