Good day,
I'm doing a project where while the application is running the user can call a web browser window (which opens).
My question is: do I set that browser call in a service module, and the main activity will keep running? Or must I call it - overriding the main - and deal with the background main routines in the service module...?
I don't know very well the process of running a background activity - in this case Main must be all ways running, The browser is just a call.
Kind regards,
Kepler
I'm doing a project where while the application is running the user can call a web browser window (which opens).
My question is: do I set that browser call in a service module, and the main activity will keep running? Or must I call it - overriding the main - and deal with the background main routines in the service module...?
I don't know very well the process of running a background activity - in this case Main must be all ways running, The browser is just a call.
Kind regards,
Kepler