Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created September 22, 2015 21:02
Show Gist options
  • Save orhanobut/82298346148f45cd0747 to your computer and use it in GitHub Desktop.
Save orhanobut/82298346148f45cd0747 to your computer and use it in GitHub Desktop.
public class ShareActivity extends Activity {
@Override public void onCreate(Bundle bundle){
// init
}
@Override public void onDestroy() {
// release memory
}
public void showGalery() }
public void dismissGalery(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment