问题
Possible Duplicate:
Android and XMPP: Currently available solutions
Using Asmack precompiled lib i noticed my app inphone storage use increased a lot. (about 2mb and cannot be transfered to the sd card). Using the source code instead of precompiled lib will reduce the storage need? Is there any other alternative to asmack(and i don't mean smack).
回答1:
I don't think that using the source code will reduce the storage need. Do you have any evidence that this is caused by asmack?
As far as I can tell, smack is the only java XMPP library and asmack is the only port for Android so far. See also Android and XMPP: Currently available solutions.
BTW using the asmack build environment will also produce a zip archive with the asmack sources.
回答2:
You could try pure facebook SDK (chat API) or something similar for another internet resources.
来源:https://stackoverflow.com/questions/7778170/asmack-alternative