How to create Multiple statusbar Notifications in android
问题 I need to create multiple statusbar notifications. When i pull down the statusbar, multiple notification icons should be displayed as a list. Each notification icon should show separate data to display on next page.How could i do this? My code: public class SimpleNotification extends Activity { private NotificationManager mNotificationManager; private int SIMPLE_NOTFICATION_ID; String str="Hai"; /** Called when the activity is first created. */ @Override public void onCreate(Bundle