Android service in the same process vs separate process
Unsolved
Mobile and Embedded
-
Hi all
As question in the topic what are the advantages/disadvantages in both solutions? I want to develop an app working like an audio player. The service should play the audio and the main app should load an allow to select the audio files. The main app allocate more memory because need to manage a lot of files but when closed it should free the memory and pass only the selected audio to the service (that should use less memory). For this project which of the two solutions could be better?
Thank you