I am developing an app for multiple screen support.
I just visited the wiki Android DeviceDensity Comparison page.
I want to convert ppi
to dpi
.
for example:
Samsung Galaxy Note has a ppi
of 285
(according to the wiki page).
But in the wiki page the data for dpi
is not there for every android device.
I want to know how to calculate dpi
from ppi
.
For example, the Samsung Galaxy Note has a ppi
of 285
. How do I calculate the density of the Samsung galaxy note device (in dpi
).