1

As per this link - The mipmap folders are for placing your app/launcher icons (which are shown on the homescreen) in only

My Question is : What problems one will face if the drawables are placed in mipmap instead of drawable?
OR
How will this impact my UI on various screens?

Community
  • 1
  • 1
AnswerDroid
  • 1,873
  • 2
  • 33
  • 52
  • Things that expect drawable resource IDs may not work with `R.mipmap` values. – CommonsWare May 03 '17 at 12:09
  • 1
    @CommonsWare yes I am aware of that, I want to know its impact on my UI on various screens.I've updated the question – AnswerDroid May 03 '17 at 12:12
  • "How will this impact my UI on various screens?" -- it shouldn't. Assuming that you can get the mipmap to load (see my previous comment), AFAIK it is visually indistinguishable from the equivalent drawable. – CommonsWare May 03 '17 at 12:26

0 Answers0