Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created September 22, 2015 20:59
Show Gist options
  • Save orhanobut/6a9c9bf3458842f596b7 to your computer and use it in GitHub Desktop.
Save orhanobut/6a9c9bf3458842f596b7 to your computer and use it in GitHub Desktop.
public class ImageActivity extends Activity {
@Override public void onCreate(Bundle bundle){
super.onCreate(bundle);
// init image operations
}
@Override 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