flex4 - FlasCC SWC within Mobile AIR Project -


I am writing barcode scanners for iOS and Android via Flex Mobile and JackXing. The more I have optimized ZXing, however, it is still very slow for continuous scanning on some older devices. I removed some big things using FLASCC in SWIG and received some very good speed during scanning. Although testing on an actual device, I get errors during my app startup. Debug Console "Mutex can not be started" and crashes. Removing a call for my SWC, the app just looks fine. Firstly, it is possible to use this kind of SWC on a mobile device? If so, what am I doing wrong? Also, the size of the generated library is very large (400KB +) Is there any way to reduce the size except all the extra flowering?

When you can use FlasCC on mobile, Do not recommend: Your code can run at the original speed and you have access to the OS API. have you visited?

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -