0

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).

Community
  • 1
  • 1
weakwire
  • 9,284
  • 8
  • 53
  • 78

2 Answers2

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.

Community
  • 1
  • 1
Flow
  • 23,572
  • 15
  • 99
  • 156
  • " Do you have any evidence that this is caused by asmack?" yes when i don't use asmack ( not using any libraries size is reduced) – weakwire Oct 15 '11 at 19:32
0

You could try pure facebook SDK (chat API) or something similar for another internet resources.

Artem Chilin
  • 392
  • 2
  • 11