Changes

Jump to: navigation, search

A Kotlin Android Direct Reply Notification Tutorial

135 bytes added, 21:05, 28 November 2017
no edit summary
Direct reply reply is a feature introduced in Android 7 that allows the user to enter text into a notification and send it to the app associated with that notification. This allows the user to reply to a message in the notification without the need to launch an activity within the app. This chapter will build on the knowledge gained in the previous chapter to create an example app that makes use of this notification feature.
== Creating the DirectReply Project ==
[[File:as3.0_direct_reply_ui.png]]
[[File:as3.0_direct_reply_notification.png]]

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


Navigation menu