i am able to fire event back to javascript from module class which is extended from KrollModule. But i have opened another activity from module class using Intent--startActivity(some new activity)
now i want to fire an event from 'some new activity' to javascript. how can i do this. Please give some ideas