Introduction
This is just a note for myself to remind me how to do dp-to-pixel translation and vice versa. Let’s see how to do it.
1 | public static float convertDpToPixel(float dp, Context context) { |
It’s pretty simple, enjoy.
Happy Coding.
This is just a note for myself to remind me how to do dp-to-pixel translation and vice versa. Let’s see how to do it.
1 | public static float convertDpToPixel(float dp, Context context) { |
It’s pretty simple, enjoy.
Happy Coding.
This is just a note for myself to remind me how to do dp-to-pixel translation and vice versa. Let’s see how to do it.
1 | public static float convertDpToPixel(float dp, Context context) { |
It’s pretty simple, enjoy.
Happy Coding.