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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -