Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

expandable notificaton android 4.1

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

like image 435
M Kosztolowicz Avatar asked Nov 03 '22 18:11

M Kosztolowicz


1 Answers

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

like image 106
jenzz Avatar answered Nov 13 '22 20:11

jenzz