Current API forces classes to store references to Context and makes removal of circular dependencies problematic. Moreover, it cases errors/crashes as in some cases (ie. during unload of XMPPClient from the memory Context is no longer available while it is required for proper cleanup.
Current API forces classes to store references to Context and makes removal of circular dependencies problematic. Moreover, it cases errors/crashes as in some cases (ie. during unload of XMPPClient from the memory
Context
is no longer available while it is required for proper cleanup.