tasomaniac
tasomaniac

Reputation: 10342

xxhdpi graphics takes too much space

I do not have too much icons but when I include xxhdpi versions of my icons it just took about 400kb of data which is too much I think.

I try too much to decrease the size of the APK but just a version of the icons took 400kb.

On the other hand, most of the apps from Google do not include xxhdpi assets. And when I do not include xxhdpi assets, the app does not look bad at all in my Nexus 5.

What do you think about it? Is it really logical to include xxhdpi graphics?

Upvotes: 2

Views: 118

Answers (1)

tasomaniac
tasomaniac

Reputation: 10342

I decompiled the newest Google I/O 2014 application using apktool and I found that most of the graphic assets are only present in xxhdpi folder.

Instead of presenting 4 copies of images they only provided the biggest ones.

I think we will all do this in the future.

Upvotes: 1

Related Questions