Android 8.0 Oreo 之推送通知的变化 | 中文教学视频
之前的教学视频中,我们已经为大家讲解过 Android Oreo 的新特性,其中比较重要的一点便是推送通知的变化。开发者们需要做的,便是熟知并适应这些变化,为用户带去更为流畅的用户体验。
为此,我们之前也推送过相关的英文视频讲解,但是为了让各位开发者对于 Android 8.0 中的推送通知变化有更为明确直观的了解,我们特地做了中文版的教学视频 ↓↓↓
https://v.qq.com/txp/iframe/player.html?vid=v0515i5pcjc&width=500&height=375&auto=0
想要了解更多细节,还可以查看相关文档及代码实验室:
通知文档: https://developer.android.google.cn/guide/topics/ui/notifiers/notifications.html
通知范例:
https://github.com/googlesamples/android-NotificationChannels
Java 代码实验室:
https://codelabs.developers.google.com/codelabs/notification-channels-java/index.html#0
Kotlin 代码实验室: https://codelabs.developers.google.com/codelabs/notification-channels-kotlin/index.html#0
推荐阅读:
Android UI 及 API 优化指南|Android 开发者 FAQ Vol.10
Android Studio 3.0 Android 分析器 | 中文教学视频
Android Support Library 的新增功能 | 中文教学视频