Skip to Content
Android 9 Development Cookbook - Third Edition
book

Android 9 Development Cookbook - Third Edition

by Rick Boyer
October 2018
Intermediate to advanced
464 pages
15h 17m
English
Packt Publishing
Content preview from Android 9 Development Cookbook - Third Edition

How it works...

Adding the Inline Reply option to a notification is actually very simple. We start with a Notification object as we've done in the previous recipes. (We're using NotifcationCompat from the support library to provide greater backward compatibility.) When creating the Action, call the addRemoteInput() method, passing in a RemoteInput. RemoteInput is where you define they key to retrieve the user input text. After the user enters a reply, the OS calls the PendingIntent, passing the data back to your app in an Intent. Use RemoteInput.getResultsFromIntent() to retrieve the user text as we did in the getReplyText() method.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Android Application Development Cookbook - Second Edition

Android Application Development Cookbook - Second Edition

Rick Boyer, Kyle Mew
Android High Performance Programming

Android High Performance Programming

Enrique López Mañas, Diego Grancini
Android Things Projects

Android Things Projects

Francesco Azzola

Publisher Resources

ISBN: 9781788991216Supplemental Content