Skip to content

Instantly share code, notes, and snippets.

@ountzza
ountzza / gist:cb4c981fff50ba690f40
Created December 24, 2014 04:32
Android CustomView Template
public class CustomView extends View {
public CustomView(Context context) {
super(context);
init();
}
public CustomView(Context context, AttributeSet attrs) {
super(context, attrs);
init();
@ountzza
ountzza / gist:985637fa7afa1d7f6d44
Last active August 29, 2015 14:05
Docker training
http://192.168.100.7:81
MAC OS X
boot2docker init
boot2docker up
boot2docker ssh
Edit Hosts files