阿斯马克替代方案
可能的重复:
Android 和 XMPP:当前可用的解决方案
使用 Asmack 预编译库我注意到我的应用程序在手机中存储使用增加了很多。 (约2MB,无法转移到SD卡)。使用源代码而不是预编译库会减少存储需求吗?除了 asmack 之外还有其他选择吗(我不是说 smack)。
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不认为使用源代码会减少存储需求。你有证据证明这是asmack造成的吗?
据我所知,smack 是唯一的 java XMPP 库,而 asmack 是迄今为止唯一适用于 Android 的端口。另请参阅Android 和 XMPP:当前可用的解决方案。
顺便说一句,使用 asmack 构建环境还将生成包含 asmack 源代码的 zip 存档。
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.
您可以尝试使用纯 facebook SDK(聊天 API)或类似的其他互联网资源。
You could try pure facebook SDK (chat API) or something similar for another internet resources.