(The use of Android status bar prompts (Notification, Notification Manager) is a pdf version of the tutorial. Android status bar prompts are often used in development. When people plug in USB, there will be a status bar prompt, and when they send messages, there will also be a status bar prompt. AlertDialog can be used for the prompt function in Android, but people need to review the use of AlertDialog. Because when AlertDialog is used, the user's ongoing operation will be interrupted, and the use of Notification will not cause these troubles. Users can completely watch this message after playing the game. In order to learn this tutorial better, I wrote a Demo to teach you how to use Notification. This document includes the following annexes:
Codefans Use of Android status bar prompts (Notification, NotificationManager). pdf
.....)