Questions tagged [android-mipmap]
36 questions
0
votes
1 answer
Android - app image is blank
I have created an android app. For past 1 month the android app icon that shows on menu of android mobile was fine, but don't know why the app icon shown on menu of the mobile is black (no icon was shown). The app name is being shown but app icon is…

Nimmagadda Gowtham
- 270
- 4
- 19
0
votes
0 answers
Issue with using filters with libgdx, mipmapping specifically
I am currently running into issues right now when I render my background image for my app. It has jagged edges in it as you can see:
https://i.stack.imgur.com/SrFgw.jpg
Now, here is the code which I am using to load the image in, and I have tried…

Michael
- 83
- 9
0
votes
0 answers
Minimal API level 8 vs mipmaps
I need to support old devices (API 8) because app has users with Android 2.2. But our launcher icon looks awfully on new tablets that uses mip-map icons in the launcher.
Can I use mip-map on old devices (I understand that they doesn't support…

Denis Sologub
- 7,277
- 11
- 56
- 123
-1
votes
5 answers
mipmap and drawable folders
I am new. I have two questions:
If I put an image in drawable it is assumed to be in mdpi but if my app runs in a xxhdpi device the app stop What happend?
To solve 1. I put the image in mipmap/xxhdpi (only in xxhdpi folder) and now not problem with…

Gry
- 15
- 1
- 8
-1
votes
1 answer
Android mipmap unexpected behaviour
I have an old project to work with, a lot of refactoring and so on. All the icons and images are storing in mipmap folders. But there is a strange behaviour
For example, if you have an icon, which has only one size you just put it into mipmap-nodpi…

Nik Myers
- 1,843
- 19
- 28
-3
votes
1 answer
android studio imagebutton from internet
i am programming an app with AndroidStudio and want to use an ImageButton to Display an Image. The Problem is, that this Image is from the Internet and I just found a method to use Pictures in the R.mipmap.*** for the ImageButton.
Does anyone have…

Prog Rammer
- 3
- 1