Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created September 22, 2015 21:03
Show Gist options
  • Save orhanobut/6b1cdc1794a25f58687a to your computer and use it in GitHub Desktop.
Save orhanobut/6b1cdc1794a25f58687a to your computer and use it in GitHub Desktop.
public class ImageHelper {
public void onCreate(Bundle bundle) {
// init
}
public void onDestroy() {
// release allocations
}
public void showGalery(){}
public void dismissGalery(){}
public void takePhoto(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment