Essay
We have a camera app activity, and the user just took a picture. Assuming that the request and result codes are correct, write the code to retrieve the Bitmap that stores the picture taken.
protected void onActivityResult( int requestCode,
int resultCode, Intent data ) {
super.onActivityResult( requestCode, resultCode, data );
// Your code goes here
Correct Answer:

Verified
Correct Answer:
Verified
Q117: config is a Configuration reference. Write one
Q118: res is a Resources reference. Write one
Q119: Assuming that we have correctly coded the
Q120: The _ class encapsulates a bitmap.
Q121: Write the code to get a Configuration
Q122: We can use the _ subclass of
Q124: Inside the AndroidManifest.xml file, add an activity
Q125: The getAction method of the MotionEvent class
Q126: Inside an Activity class, and assuming that
Q127: Inside the XML snippet below activity_main.xml, add