To Convert dp to px or px to dp fisrt we need to calculate device Density DPI Lets create DisplayMetrics object DisplayMetrics displayMetrics= getResources().getDisplayMetrics(); Now calculate devie Density DPI float densityDpi=displayMetrics.densityDpi; Convert dp to px dp*(densityDpi/defaultDPI); Convert px to dp px*(densityDpi/defaultDPI);
we will get density DPI fromDisplaymetrics object.
float defaultDPI=DisplayMetrics.DENSITY_DEFAULT;
Hide/Disable soft keyboard on Activity launch: Android
Open PDF in Google Drive with Intent in Android - RRutors
How to install/ uninstall apk by command line ADB
Permission denied for window type 2010 in Marshmallow device
How to Get bitmap from drawable: Android
What is "shared preferences" in Android ?
Fix Android Emulator Kill Error When Running Your App
How do i load image from drawable folder in Jetpack Compose?
How to check Android version?
How do I generate random numbers in Dart?
What are Android Versions available?
FCM Not Receiving Notifications in Android - RRutors
How to validate email address in Android with Kotlin?
How to get complete address from latitude and longitude?
What is the Different Between val and var in Kotlin?
How to get an image resource by it's name in android?
Android Studio project R can't find
What is Intent? What is the difference between an implicit intent and an explicit intent?
Explain Fragment Life Cycle
What is ANR? How to avoid and resolve it?
How to find Android Device UDID or unique ID?
What is ANR in android?
How to avoid multiple button click at same time in android?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
What is Application?
How To Set Text Color Programmatically Android TextView?
How to get screen size (width,height) in Android?
How to save activity State in Android?
Extract Date and Time from Long Type Variable - RRutors
How to copy database from assets folder in android using kotlin
How to reduce APK package size?
What are the notifications available in android?
What is the difference between match_parent and fill_parent?
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to Generate signed apk with android studio
Fix Play Store Rejection Due to SMS Permission - RRutors
How to convert DP to Pixel and Pixel to Dp?
What is Android?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.