We need a in-app notification bar. Anytime when the App receive a push-notification and no matter which activity is in front, notification bar need to be shown and float at the top of the activity. it's semitransparent, and if customize click it, it disappears.
It seems Android doesn't have a Window Frame(like IOS or Web), so we cannot draw a notification bar without Activity Context. We need to make every activity has a notification bar, and then when notification comes, we show the notification bar of current in-front activity.
I think this solution is stupid.... I want to make this notification bar global for my App, can I make this?