Is it possible to show notification (let’s say incoming messages) which is convertible into into list of notifications. Like ordinary drop down list in user interface.
E.g.
- App shows 5 incoming messages as 1 notification
- When user selects notification it converted into list containing 5 notifications
- Now user can select one of 5 notifications and open specific one
Is it possible?
I dont see why not.
You make an activity that creates the list of notifications, and then you make a notification that links to that activity?
Though it will probably not be pretty. it will function.