开发者

Should i use remote or local service for this scenario?

开发者 https://www.devze.com 2022-12-28 23:19 出处:网络
I need to build some kind of listener, now this listener suppose to run activies of diffrentz appz , 开发者_如何学Goi want this listener to be as a service that will run the appropriate activity,

I need to build some kind of listener,

now this listener suppose to run activies of diffrentz appz , 开发者_如何学Goi want this listener to be as a service that will run the appropriate activity,

should i make it as a remote service or local service(for this i need some app to hold it - make sense?) what will fit in?

thanks,

ray.


I would recommend running as a remote service as it sounds like you are planning on implementing this as a background service independent of any single activity.

0

精彩评论

暂无评论...
验证码 换一张
取 消