java - Calling one service from another service in android -


my main app starts 2 services input-service , save-service. input-service generating input able show in main app , both services starting successfully. facing problem in calling 1 service another. means how can send data of input-service save-service. there example shows communication between 2 services. or can me regarding this.

why not use broadcastreceivers? register them in oncreate, de-register in ondestroy , send data through intents ...


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -