Android Listview in notification

Can I see the list in a notification in Android 3.0+? And if so, perhaps a scrollable list?

I've seen it can be done in widgets, but can't find a way to do it for notification. So far I have a notification with a custom layout using RemoteView. Everything works fine, just wondering if I can somehow use the list in a custom layout.

Thank.

+3


source to share





All Articles