The current way of displaying a notifications [ for android ] involves creating an Async task for each one, in case the user needs to display multiple at a time e.g. in a loop this can get pretty heavy.
Instead the user could send a list of notification objects which can be displayed in a single task.