hi
i have a Main module + a service that occasionally sends notifications (using the BARX notification builder).
in the service the notification.setactivity is set to (Main)
now assuming the main module is currently shown , when the user click on the notification icon , :
1-is that normally supposed to trigger : activity_pause -->starter_service --> activity_create --> activity_resume events (in that order?)???
i.e: relaunch the app after user clicked the notification although its still running ???
2-how to prevent that ?
3-will the starter_service be relaunched also ? if not then i d have to re_initialize all views?
4- how to detect if the Main module is currently shown or not?
thanks
and offcourse sorry for the newbie qs
i have a Main module + a service that occasionally sends notifications (using the BARX notification builder).
in the service the notification.setactivity is set to (Main)
now assuming the main module is currently shown , when the user click on the notification icon , :
1-is that normally supposed to trigger : activity_pause -->starter_service --> activity_create --> activity_resume events (in that order?)???
i.e: relaunch the app after user clicked the notification although its still running ???
2-how to prevent that ?
3-will the starter_service be relaunched also ? if not then i d have to re_initialize all views?
4- how to detect if the Main module is currently shown or not?
thanks
and offcourse sorry for the newbie qs