Skip to content

Instantly share code, notes, and snippets.

@Lesilva
Lesilva / android.md
Last active August 29, 2015 14:21 — forked from geekygecko/android.md

Android Cheat Sheet

Developer tips

Record a video of your app

Developer options -> Check show touches
adb shell screenrecord /sdcard/video.mp4
adb pull /sdcard/video.mp4