Expandable Candidate Android 4.1

Android 4.1 JellyBean has a new feature. Expandable notifications in the status bar. The question is how to implement it? Is there any tutorial on how to do this?

thank

+5
source share
1 answer

This is a pretty new feature. This is why there is not much information or code samples (not yet).

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

New link: JellyBean Notification test ( GitHub source code )

, Google : http://developer.android.com/about/versions/android-4.1.html#UI

+2

All Articles