Simple code sample for Android XMPP Chat (via QuickBlox SDK + API)
Avoiding "Chat is not initialized" exceptions Sometimes you can get java.lang.IllegalStateException: Chat is not initialized exception when trying to use Chat API. This can happen when Android OS or user kill process of your app and then you open an appli...