Hi all.
I have 4 service modules in a project. (HTTP/Jetty, UDP engine, Timers, Kiosk utils) Is it better to make one service module with everything in it? Or does it really matter?
I dont think it matters much.
The main thing is that you are able to keep the functionality cleanly separate and its easier to debug.
Having one service will probably have less overhead for Android having to manage them, but is it really worth it?