Re: [android-developers] The purpose of resource name mipmap?!

2013-07-20 Thread Yuku Sugianto
It seems that many Google apps use @mipmap/ic_launcher instead of @drawable/ic_launcher. What are the advantages of this? Is there any guide how to use mipmaps, probably for better launcher icons? -- -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] The purpose of resource name mipmap?!

2012-07-19 Thread Tim
On 15/02/2011 10:33, Gary Wang wrote: Dear all, I found the following resource folders are existing in Honeycomb- version Borwser apk. mipmap-hdpi mipmap-mdpi The meaning of mipmap resource is not listed in its SDK's documentation. I also discovered this being used in the stock MMS

Re: [android-developers] The purpose of resource name mipmap?!

2012-07-19 Thread Romain Guy
It's not an old way, it was added *after* drawable-hdpi, etc. It's useful to provide an image at a larger resolution that would normally be computed (for instance, on an mdpi device, Launcher might want the larger hdpi icon to display large app shortcuts.) On Thu, Jul 19, 2012 at 1:47 PM, Tim

[android-developers] The purpose of resource name mipmap?!

2011-02-15 Thread Gary Wang
Dear all, I found the following resource folders are existing in Honeycomb- version Borwser apk. mipmap-hdpi mipmap-mdpi The meaning of mipmap resource is not listed in its SDK's documentation. Can anyone help to explain it? Thanks for your help! Gary -- You received this message because

Re: [android-developers] The purpose of resource name mipmap?!

2011-02-15 Thread Pepijn Van Eeckhoudt
http://en.wikipedia.org/wiki/Mipmap On 15/02/2011 10:33, Gary Wang wrote: Dear all, I found the following resource folders are existing in Honeycomb- version Borwser apk. mipmap-hdpi mipmap-mdpi The meaning of mipmap resource is not listed in its SDK's documentation. Can anyone help to