Skip to content

Instantly share code, notes, and snippets.

View TimB0's full-sized avatar

Timothy Boland TimB0

  • Valencia, Ca.
  • 15:32 (UTC -12:00)
View GitHub Profile
@TimB0
TimB0 / 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
@geekygecko
geekygecko / android.md
Last active October 14, 2022 19:32
Android Cheat Sheet

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
#!/bin/sh
source ./generified_apk_installer_settings.config
## TESTS FOR REQUIRED CONFIG SETTINGS ##
#Require $FILE_URL
if [[ ! -n "$APK_URL" ]] ; then
echo "APK_URL variable not found from source. Please update your config."
exit 0
fi
##########################################################################################
##########################################################################################
#
# This document contains the config variables for the "generified_apk_installer" script.
#
#
#
# ## Android SDK folders ##
# IMPORTANT:
# If you don't already have the tools, build-tools/**platform**, and platform-tools

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.