You should consider using the Android NDK if

a. You are using the android.* package.
b. You have shared C or C++ libraries.
c. You are using the onCreate() method.
d. You are designing for a tablet.


b. You have shared C or C++ libraries.
If you have shared C or C++ libraries, you should consider using the Android NDK.

Computer Science & Information Technology

You might also like to view...

A(n) __________ allows a program to walk through the collection and remove elements from the collection.

a. Set. b. Queue. c. Iterator. d. List.

Computer Science & Information Technology

Which of the following statements are true?

1. if obj1.equals(obj2) then obj1.hashcode() == obj2.hashcode() 2. if !obj1.equals(obj2) then obj1.hashcode() != obj2.hashcode() a. 1 b. 2 c. both d. none

Computer Science & Information Technology

When using Word's mail merge feature, the salutation of the letter is called the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

When you are in a table cell and press Enter, what happens?

A) Another line is created in the cell B) The insertion point moves below the table C) The insertion point moves to the next cell or next row D) Wordwrap occurs

Computer Science & Information Technology