In your workplace, you are required to support devices running Android 1.6. How would you use fragments?
a. You can't.
b. Add this import to your application manifest file: #backwardCompatibilty.
c. Import Fragment from the android.support.v4.app.Fragment package.
d. Use the java.x class to ensure compatibility.
c. Import Fragment from the android.support.v4.app.Fragment package.
To support devices running Android 1.6, you can import Fragment from the android.support.v4.app.Fragment package.
Computer Science & Information Technology
You might also like to view...
The New Slide arrow is located ________
A) on the Home tab in the Slides group B) on the View tab in the Master Views group C) on the Design tab in the Slides group D) on the Design tab in the Variants group
Computer Science & Information Technology
A(n) ____ is any numeric variable you use to count the number of times an event has occurred.
A. accumulator B. key C. index D. counter
Computer Science & Information Technology