I'm usually not satisfied with the first image I put as background , be it activity, textView , button , etc. Even imageViews anyway.
It happens that I leave them there in the project, not even using them, with the thought that at some point I may need them, either for a test or even a comparison.
These are all "drawable" images of a project of mine:
ItturnsoutthatwhenIwenttopasstheapktomyphysicalandroiddevice,Ifoundtheapksizeverylargecomparedtotheapplicationthatisprettysimpleactually.SoIcameupwiththeideaofparsingapk,soIrealizedthattheimages,eventhosethatwerenotbeingused,werebeingcountedintheweightofapk:
I honestly did not understand why they are included in apk. Engines such as unity , for example, exclude unused images and files from your executable and the application itself.
I would like to know the explanation for this, since for me there is no sense, I should only count in apk what is used.