Changes

Jump to: navigation, search

An Android 8 Notifications Kotlin Tutorial

566 bytes added, 20:23, 28 November 2017
no edit summary
Notifications Notifications provide a way for an app to convey a message to the user when the app is either not running or is currently in the background. A messaging app might, for example, issue a notification to let the user know that a new message has arrived from a contact. Notifications can be categorized as being either local or remote. A local notification is triggered by the app itself on the device on which it is running. Remote notifications, on the other hand, are initiated by a remote server and delivered to the device for presentation to the user.
Notifications appear in the notification drawer that is pulled down from the status bar of the screen and each notification can include actions such as a button to open the app that sent the notification. Android 7 has also introduced Direct Reply, a feature that allows the user to type in and submit a response to a notification from within the notification panel.
[[File:as3.0_notifydemo_notifications_waiting.png]]

[[File:as3.0_notification_panel.png]]

[[File:as3.0_notifydemo_long_press_menu.png]]

[[File:as3.0_notification_demo_sample_notification.png]]

[[File:as3.0_direct_reply_enter_reply.png]]

[[File:as3.0_notification_demo_ui.png]]

[[File:as3.0_notifydemo_settings_screen.png]]
[[File:as3.0_notification_demo_sample_notification.png]]
[[File:as3.0_notification_additional_settings.png]]
[[File:as3.0_notification_badge.png]]

[[File:as3.0_notification_badge_notification.png]]
[[File:as3.0_notifydemo_open_action.png]]
[[File:as3.0_notifydemo_group_notification.png]]

[[File:as3.0_notifydemo_group_notification.png]]
[[File:as3.0_notifydemo_group_notification_expanded.png]]

Navigation menu