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;
Fix Play Store Rejection Due to SMS Permission - RRutors
How to find Android Device UDID or unique ID?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
ERR_ACCESS_DENIED in Android Webview with sdk 30
Extract Date and Time from Long Type Variable - RRutors
How to get complete address from latitude and longitude?
Open PDF in Google Drive with Intent in Android - RRutors
Check List for Generate Signed APK Android
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How to start a new activity on button click
How to convert milli seconds to hours, minutes and seconds in Android?
How to Exit android app on back pressed?
What is "shared preferences" in Android ?
How to reduce APK package size?
FCM Not Receiving Notifications in Android - RRutors
How to check Android version?
Explain Fragment Life Cycle
What are the notifications available in android?
How to avoid multiple button click at same time in android?
How do I check in SQLite whether a table exists?
Hide/Disable soft keyboard on Activity launch: Android
Permission denied for window type 2010 in Marshmallow device
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
How to Get bitmap from drawable: Android
What is ANR? How to avoid and resolve it?
How to convert DP to Pixel and Pixel to Dp?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to save activity State in Android?
Set Activity to Fullscreen Mode in Android - RRutors
What is Android?
What is ANR in android?
Add Jar/Library Files as Dependency in Android Studio
Decompile APK Files: How to Get Source Code - RRutors Guide
Invoke-customs are only supported starting with android 0 --min-api 26
How can i comment inside xml file in android studio?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How do i load image from drawable folder in Jetpack Compose?
How to install/ uninstall apk by command line ADB
How to get an image resource by it's name in android?
Key Points to remember while develop the Android Application.