Questions tagged [mdpi]

MDPI refers to a medium-density screen (about 160 dpi) used on an Android device.

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

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

See official documentation for more.

46 questions
-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
1 2 3
4