Help how to make implements for this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Help how to make implements for this code?

@Override public void onActionModeStarted(ActionMode mode) { // TODO: Implement this method super.onActionModeStarted(mode); } @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { // TODO: Implement this method super.onActivityResult(requestCode, resultCode, data); if( requestCode==CAMERE_REQUEST&&resultCode==Activity.RESULT_OK); Bitmap photo=(Bitmap)data.getExtras().get("data"); }

17th Oct 2017, 2:21 PM
mohammed al-sarem
mohammed al-sarem - avatar
3 Answers
+ 1
Can you explain more about what do you want exactly?h
28th Oct 2017, 9:11 AM
Daniel
Daniel - avatar
+ 1
Can you explain more about what do you want exactly?h
28th Oct 2017, 9:13 AM
Daniel
Daniel - avatar
0
this code at programming apk.
21st Nov 2017, 11:43 PM
[No Name]
[No Name] - avatar