5

There is new feature in Android 4.1 JellyBean. Expandable Notifications in status bar. Question is how to implement it ? There is any tutorial how to do this ?

Thanks

M Kosztolowicz
  • 290
  • 4
  • 11

1 Answers1

2

It's a rather new feature. That's why there isn't much information or code samples out there (not yet).

However, this should help you for a start (including code sample): http://www.martynhaigh.com/blog/2012/07/31/new-notifications-in-jellybean

New Link: JellyBean Notification test (Source Code on GitHub)

Apart from that, the official Google documentation is always your friend: http://developer.android.com/about/versions/android-4.1.html#UI

jenzz
  • 7,239
  • 6
  • 49
  • 69
  • 1
    @jtietema I've added a new link to an example app demonstrating the new JellyBean notifications (including the source code). – jenzz May 23 '13 at 19:30