For sending sms through Intent which code is correct?

For sending sms through Intent which code is correct? A) Intent intent = new Intent(); intent.putExtra("sms_body", "Welcome at CareerRide.com"); startActivity(intent); B)...

Which is/are related to fragment class?

Which is/are related to fragment class? A) dialogFragment B) listFragment C) preferenceFragment D) All of the above. Answer:...

Which is Parent class of Activity?

Which is Parent class of Activity? A) ActivityGroup B) Context C) BaseActivity D) ContextThemeWrapper Answer:...

What types of menus is/are supported by Android?

What types of menus is/are supported by Android? A) Option menu and Context menu B) Only Option menu C) Only Context menu D) None of the above. Answer:...

What is the purpose of the ImageSwitcher?

What is the purpose of the ImageSwitcher? A) The ImageSwitcher enables images to be displayed with animation. B) The ImageSwitcher displayed images...

How to get feedback on message sent?

How to get feedback on message sent? A) Use two Intent objects in the sendTextMessage() method. B) Use two PendingIntent objects in the sendTextMessage()...

What is the full form of AVD in Android?

What is the full form of AVD in Android? A) Android Virtual Device B) Android Virtual Display C) Actual Virtual Display D) All of the above. Answer:...

Which of the following statements is correct?

Which of the following statements is correct? A) Permissions are not specified in AndroidManifest.xml. B) The AndroidManifest.xml is optional. C)...

The types of intents in android is\are

The types of intents in android is\are A) Explicit intents B) Implicit intents C) Start intents D) Option A and B are correct. Answer:...

What is the permission for using the camera?

What is the permission for using the camera? A. android.permission.USE_CAMERA B. android.permission.CAMERA C. android.permission.hardware.CAMERA D)...

What is the full form of DDMS?

What is the full form of DDMS? A) Dalvik Debug Monitoring Service B) Dalvik Design Monitoring Service C) Direct Debug Monitoring Service D) None...

Why are view recycled?

Why are view recycled? Answer: Less memory overhead, smoother scrolling and less view managemen...

What is meant by responsive design?

What is meant by responsive design? Answer: Its a layout that adjust automatically depending on screen size. ...