Mobile Application Development Model
Mobile Application Development Model
68. Which of the following Activity life-cycle methods is called once the activity is no longer visible?
A. onStop
B. onPause
C. onDestroy
D. onHide
69. The DalvikVM core libraries are a subset of which of the following?
A. Java ME
B. Java SE
C. Java EE
D. JAX-WS
73. Which of the following Android View sub-classes uses the WebKit rendering engine to display web
pages?
A. PageView
B. WebView
C. MapView
D. HttpClient
74. Which of the following methods updates a ListView when an element is added to the data set?
A. notify( )
B. notifyAll( )
C. notifyDataSetChanged( )
D. notifyDataSetInvalidate( )
75. The values of which of the following classes cannot be mapped in a Bundle object?
A. Parcelable
B. String
C. ArrayList
D. Context
76. Which among these are NOT a part of Android native libraries?
A. Webkit
B. Dalvik
C. OpenGL
D. SQLite
77. is the recommended way for sharing data across packages?
A. Content providers
B. Data persistence
C. Messaging
D. None
78. stores data such as missed calls, call details and so on
A. Browser
B. Call log
C. Contacts
D. None
79. Which permissions are required to get a location in android?
A. ACCESS_FINE and ACCESS_COARSE
B. Internet permission
C. WIFI permission
D. GPRS permission
80. What is DDMS in android?
A. Dalvik Memory Server
B. Distributed Denial Memory Services
C. Dalvik Debug Monitor Server
D. None
81. The class performs the cursor query on a background thread and hence does not block the
application UI.
A. SimpleCursorAdapter
B. CursorLoader
C. CursorAdapter
D. None
82. views are commonly used views such as the TextView, EditText and Button Views
A. Basic View
B. Picker view
C. Frame view
D. None
83. are views that display a long list of items.
A. Specialised fragments
B. List view
C. Frame view
D. None
84. In order to automatically adjust to fit the content, the layout_height must be set to
A. wrap content
B. fill parent
C. X and Y coordinate
D. none
85. The attribute is an identifier for a view so that it may later be retrieved using the
View.findViewById method.
A. id
B. X axis
C. Y axis
D. None
86. What is JSON in android?
A. Java Script Object Native
B. Java Script Oriented Notation
C. Java Script Object Notation
D. None
87. What is singleton class in android?
A. Class that can create only one object
B. Anonymous class
C. Java class
D. Manifest file
88. . is an object carrying a message from one component to another component with in the
application.
A. Intent
B. Filters
C. Activity
D. Services
89. is a view group that aligns all children in a single direction, vertically or horizontally.
A. Linear layout
B. Relative layout
C. Table layout
D. Absolute layout.
90. is a view group that displays child views in relative positions
A. Table layout
B. Linear layout
C. Relative layout
D. None
91. layout enables you to specify the exact location of the children
A. Frame
B. List
C. Table
D. Absolute
92. is designed to block out an area on the screen to display a single item
A. Frame layout
B. Table layout
C. Linear layout
D. Absolute layout.
93. An actually bridges between UI components and the data source that fill data into UI component.
A. Cursor
B. Adapter
C. Database
D. None
94. is a pre defined subclass of textview that includes rich editing capabilities.
A. Button
B. Textview
C. Edittext
D. None
95. is used when presenting users with a group of selectable options that are not mutually
exclusive.
A. Check Box
B. Toggle button
C. Radio button
D. None.
96. The view provides visual feedback about some ongoing tasks, such as performing a task in a
background.
A. Spinner
B. Image button
C. Toggle button
D. Progress bar
97. Which of the following is the most resource hungry part of dealing with Activities on Android
A. Closing an app
B. Suspending an app
C. Opening a new app
D. Restoring the most recent app