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

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -