I'm currently struggling with Android Notifications. I successfully managed to use custom layouts for my notifications using the contentView property. Since Jelly Bean 4.1 it is possible to define bigView layouts and actions for notifications. How can we use this in Titanium?
It's a pity that the Ti.Android.NotificationManager has such a limited functionality. Among expandable notification, it is not possible to update a notification. That is why you are not able to stack multiple push notifications into a single notification view, following the design guidelines. Has anybody an idea how to build better notifications? Is there any good module that I missed?
Most important to me at the moment is the opportunity to make my notifications expandable. Thanks in advance!
(currently working with Titanium 3.1.3)