How to show a top bar message in Android -
After completing some background work, I want to show this type of message in Android top. How do I show this kind of notification? Thank you ..
This looks like a ticker text for a notification
, assuming that this screenshot is above the screen, Code> Notification . Note, however, that the ticker text is no longer displayed as API level 21 (Android 5.0). Also keep in mind that after a few seconds the ticker text automatically disappears.
Comments
Post a Comment