I recently read an blog post on how the NYTimes managed to optimised their android app:
I uploaded my app to the nimbledroid and found out that Facebook Conceal takes up about 2.6mb of an app that is only 11.7mb in size.
This is the results from Nimbledroid - all those libconceal are from Facebook Conceal library:
I imported conceal into my app by doing the following:
compile 'com.facebook.conceal:conceal:1.0.3@aar'
Is it necessary to have all those .so files within the app for Conceal to function properly?
The smaller the android app size, the better.