My UX designer has given me a specs sheet of a 1440x2560px(QHD) screen. I will have to support all sizes from mdpi to xxhdpi.
I have gone through several px to dp converters but they tell only on how to convert px to dp for a specific dpi.
I have gone through the google example at https://developer.android.com/training/multiscreen/screensizes.html but that concentrates more on the layouts.
My question is, for x pixels given in the specs sheet (QHD), how do I map it to the dp of different dpi screens?