A) onResume()
B) onStart()
C) onCreate()
D) onPause()
Correct Answer
verified
Multiple Choice
A) LinearLayoutManager
B) RelativeLayoutManager
C) GridLayoutManager
D) StaggeredGridLayoutManager
Correct Answer
verified
Multiple Choice
A) android: colorAccent
B) android: colorPrimary
C) android: colorPrimaryText
D) android: colorPrimaryDark
Correct Answer
verified
Multiple Choice
A) Declares an activity that implements part of the application's visual user interface
B) Contained in <application> tag.
C) Declares a single hardware or software feature that is used by the application.
D) Has an attribute that specifies the name of the Activity sub-class that implements the activity.
Correct Answer
verified
Multiple Choice
A) It is necessary to use ListView as a set with ListActivity.
B) You cannot use a ListView when there is no information to be displayed.
C) When displaying a list of Strings using an ArrayAdapter class in ListView, you must save the value in an ArrayList.
D) ListView has a function to display a list of uniquely defined Views other than TextView.
Correct Answer
verified
Multiple Choice
A) You can retrieve WebSettings with getSettings() , then enable/disable JavaScript
B) You need to add permission "android.permission.ACCESS_NETWORK_STATE"
C) You use loadURL to load a webpage
D) You use loadData to load HTML
Correct Answer
verified
Multiple Choice
A) Multiple fragments can be combined in a single activity.
B) The life-cycle of a fragment is totally independent of the activity hosting it.
C) Fragments have their own life-cycle.
D) You can add/remove fragments to and an activity dynamically, i.e. while the activity is running.
Correct Answer
verified
Multiple Choice
A) The package name must be the same, but the .apk may be signed with a different private key.
B) The package name does not have to be the same and the .apk can be signed with a different private key.
C) The package name must be the same and the .apk must be signed with the same private key.
D) The package name does not have to be the same, but the .apk must be signed with the same private key.
Correct Answer
verified
Multiple Choice
A) public void onDraw(Color)
B) public void onDraw(Canvas)
C) public boolean onDraw(Canvas)
D) public Canvas onDraw()
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) onCreate > onStart > onResume > onPause> onStop> onCreate
B) onCreate > onStart > onResume > onPause> onStop>onRestart
C) onCreate > onStart > onResume > onPause> onStop>onDestroy
D) onCreate > onStart > onResume > onPause> onStop>onResume
Correct Answer
verified
Multiple Choice
A) onPreExecute()
B) onPostExecute()
C) publishProgress()
D) onProgressUpdate()
Correct Answer
verified
Multiple Choice
A) ViewGroup
B) Layout
C) View
D) Widget
Correct Answer
verified
Multiple Choice
A) Intent resolution
B) Intent declaration
C) Intent overloading
D) Intent transition
Correct Answer
verified
Multiple Choice
A) Simplify the reusability of UI components.
B) Build different layouts for different device configurations.
C) Add an action bar to your application.
D) Dynamically add and remove UI components to an activity.
Correct Answer
verified
Multiple Choice
A) setCallback(view)
B) setAction(CharSequence,View)
C) setOnClickListener( )
D) It is not allowed
Correct Answer
verified
Multiple Choice
A) RelativeLayout
B) LinearLayout
C) TableLayout
D) FrameLayout
Correct Answer
verified
Multiple Choice
A) main.xml
B) <data>
C) java
D) strings.xml
E) build.gradle
Correct Answer
verified
Multiple Choice
A) Networking Operations.
B) Streaming.
C) Updating Widgets.
D) All answers are correct.
Correct Answer
verified
Multiple Choice
A) onCreateOptionsMenu, onCreateContextMenu
B) onCreateContextMenu, onContextItemSelected
C) onCreateOptionsMenu, onOptionsItemSelected
D) onCreateOptionsMenu, onContextItemSelected
Correct Answer
verified
Showing 201 - 220 of 224
Related Exams