Skip to content

Instantly share code, notes, and snippets.

View behumble's full-sized avatar

Alan Goo behumble

View GitHub Profile
@behumble
behumble / adb_capture.sh
Created June 28, 2013 04:51
android screen capture in command line (linux, mac)
#!/bin/sh
adb shell screencap -p | sed 's/\r$//' > captured.png
@behumble
behumble / lint-issues
Created April 20, 2013 06:22
lint --show (Android lint)
Available issues:
Correctness
===========
AdapterViewChildren
-------------------
Summary: Checks that AdapterViews do not define their children in XML
Priority: 10 / 10