Questions tagged [hdpi]

HDPI refers to a high-density screen (about 240 dpi) used on an Android device.

Term or suffix used in Android that stands for high density displays. -hdpi can be added to layout, drawable, etc. folders in order to maintain artifacts that have especially been designed for this density.

Beside hdpi, one might use ldpi, mdpi or xhdpi, too. The Android system automatically chooses the appropriate resource files.

See official documentation for more.

141 questions
0
votes
3 answers

Android: Handling screens that are the same dpi level but different

I have gone through all of the Android docs about handling multiple screen sizes but I still haven't been able to find an answer to this question or how to handle this. If there are two phones that have the same dpi level (such as both being hdpi) I…
user1319155
  • 149
  • 8
-1
votes
2 answers

Resizing image for XXHDPI

I have an image that is being displayed perfectly for MDPI. Its resolution is 191 x 255. Then I resize it to XXDPI, using 1:3 proportion, it gets to 573 x 765. Still, when the emulator displays it, the quality is not as good as the MDPI one. It…
AndroidDev
  • 831
  • 5
  • 17
  • 36
-1
votes
1 answer

How to use 540x 960 HDPI 9 Patch images for 480x 800 resolution

I used the 9 Patch generator online. But when I create resources it creates the HDPI resource as 540x960 pixels. To my knowledge the HDPI resources are usually 480x800 pixels. How can I use the resources correctly. Is there a way to use the 540x960…
Pranavzz
  • 11
  • 4
-1
votes
1 answer

Magento: simple stock indicator with css

I was looking for a simple stock indicator.
BenRoe
  • 1,714
  • 17
  • 27
-2
votes
2 answers

HDPI, LDPI, MDPI

Sorry. I have no idea about Android screen size HDPI, LDPI, MDPI. How can I check my flutter app in these screen size?
Userrrrrr
  • 25
  • 4
-3
votes
2 answers

Android Studio doesn't recognize images in hdpi folder

I saved some images directly to the drawable folder. These, Android Studio recognizes normally. But the images saved in the mhdpi, hdpi, xhdpi, xxhdpi and xxxhdpi folders the code does not recognize and shows an error. Does anyone know what's going…
1 2 3
9
10