How does Allatori reduce application package size?
As part of the complete analysis of your application, it is possible to determine unneeded elements. The process responsible for minimization can eliminate all classes, methods and variables out of use and even pieces of actual bytecode to produce a much smaller application. In addition, correctly used methods of obfuscation, such as name obfuscation, lead to significant size reduction. Actually, the degree of size reduction of the application depends on the type of the application and configuration. According to our tests in the majority of cases this reduction can be about 10-40%, but sometimes when using lots of third party libraries this number can reach 60%.