Short Answer
Inside the AndroidManifest.xml file, add an activity element of the type MyActivity class and whose label is the value of the string my_app (specified in the strings.xml file).
< /activity>
< !-- Your code goes here -->
< /application>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q123: We have a camera app activity, and
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