performance - Android SVG and installed APK szie -


i have app apk size 4 mb after install grows 50 mb.

the app has: - svg files - dagger 2 , other di libraries.

i know apk has compressed files i'm trying find out why difference big.

does use of svg files increments size of app ones has been installed?

does line use reduce size?

vectordrawables.usesupportlibrary = true 


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -