Android: app Singleton and separate process service -
i testing service in separate process in app. experiencing null pointer error when accessing fields of app singleton. think singleton not same asking here how share same singleton between app , service on separate process.
separate process? don't. that's point of separate process- don't share memory @ all. need communicate via ipc.
Comments
Post a Comment