In android applications we include many library files such as google-play-services-lib
and Facebook-SDK
etc. But we never really use all features and classes from those libraries, so my question is when .apk
file gets created does all those classes are included or the only classes we use are included in our application? If yes then is there a way we can get around that? ie can we remove or do something to avoid inclusion of all classes?
Thank You...