Hi,
I want to create a background service in Titanium for Android, and after this service identify some Beacons, I want to create an Intent and open a view with this data. This service must run in background, and dont depends on the UI control.
How can I do this, without impacting the background service after I redirect to Itent?
What is the best approach for it, keeping the background service running even after I open another view?