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;
How to get complete address from latitude and longitude?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to stop EditText focus at Activity startup in Android?
How to convert DP to Pixel and Pixel to Dp?
How to reduce APK package size?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
How to find Android Device UDID or unique ID?
Android Studio project R can't find
How To Set Text Color Programmatically Android TextView?
What is Android?
How to get screen size (width,height) in Android?
How to Use Deprecated Handler() in Android - RRutors Guide
Open PDF in Google Drive with Intent in Android - RRutors
How do I check in SQLite whether a table exists?
Decompile APK Files: How to Get Source Code - RRutors Guide
How to install/ uninstall apk by command line ADB
What is Context?
What are the notifications available in android?
What is NetworkOnMainThread Exception?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Hide/Disable soft keyboard on Activity launch: Android
Key Points to remember while develop the Android Application.
Explain Fragment Life Cycle
Fix Android Emulator Kill Error When Running Your App
Fix Duplicate Files in APK Build.gradle Issue - RRutors
Invoke-customs are only supported starting with android 0 --min-api 26
Extract Date and Time from Long Type Variable - RRutors
How to save activity State in Android?
How do i load image from drawable folder in Jetpack Compose?
ERR_ACCESS_DENIED in Android Webview with sdk 30
What are Android Versions available?
Fix Play Store Rejection Due to SMS Permission - RRutors
What is Intent? What is the difference between an implicit intent and an explicit intent?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Symmetric vs Asymmetric Encryption in Android Server - RRutors
Add Jar/Library Files as Dependency in Android Studio
Permission denied for window type 2010 in Marshmallow device
What is the Different Between val and var in Kotlin?
How to validate email address in Android with Kotlin?
What is the difference between match_parent and fill_parent?