According to the Android Developers’ Guide, it is possible to create a custom notification view. However, is it possible to create one with controls such as buttons and text views? If yes, how?
Note that I think it has something to do with PendingIntent.
Create a
RemoteViewsobject — like you would for an app widget — and put it in thecontentViewpublic data member of theNotification.