In Android, you can raise notifications via ___________________

Options
- Notification
- NotificationManager
- note
- Manager


CORRECT ANSWER : NotificationManager

Discussion Board
NotificationManager

In Android, you can raise notifications via the NotificationManager. The NotificationManager is a system service. To use it, you need to get the service object via getSystemService(NOTIFICATION_SERVICE) from your activity.

Sapna Ambadkar 03-15-2017 07:11 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement