I need to implement expand and collapse notification in status bar for android 4.0 and above version. I have search on google for this but didn’t getting any code solution for implementation does anybody have I idea how to implement this
Thank You in advance
An expandable
Notificationis a special case of aNotificationBig View. If theBig Viewis not at the top of the notification drawer, it it shown ‘closed’ and is expandable by swipe. Quote from Android Developers:The
Big ViewNotificationcan be created as follows:or
Here is a tutorial.