Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created September 22, 2015 21:01
Show Gist options
  • Save orhanobut/d934b2b7af3747ba1254 to your computer and use it in GitHub Desktop.
Save orhanobut/d934b2b7af3747ba1254 to your computer and use it in GitHub Desktop.
public class ProductActivity extends ImageActivity {
@Override public void onCreate(Bundle bundle){
// init
}
public void onAvatarClicked() {
showGalery();
}
public void onUploadClicked() {
takePhoto();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment