Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created September 22, 2015 21:00
Show Gist options
  • Save orhanobut/1a7be86275c439202b60 to your computer and use it in GitHub Desktop.
Save orhanobut/1a7be86275c439202b60 to your computer and use it in GitHub Desktop.
public class AccountActivity 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