Want to pass your Android Application Development v8 AND-801 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which of the following is NOT true about a content provider?
A. It manages access to structured data.
B. It cannot be used from inside an Activity.
C. It facilitates access to Android's SQLite databases.
D. To access data in it, method getContentResolver() of the application's Context is used.
Which of following is incorrect about the Toast class?
A. You cannot set a custom layout for a Toast.
B. You cannot set a custom layout for a Toast There is no need to close or hide a Toast, since it closes automatically.
C. There is no need to close or hide a Toast, since it closes automatically.
D. A Toast is displayed for only one of the following periods: Toast.LENGHT_SHORT or Toast.LENGTH_LONG.
Which of the following is a NOT valid form of notification invoked by the NotificationManager?
A. A Flashing LED.
B. A persistent icon in the status bar.
C. A sound played.
D. A SMS sent.