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;
Symmetric vs Asymmetric Encryption in Android Server - RRutors
Android Studio project R can't find
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
How to avoid multiple button click at same time in android?
How To Set Text Color Programmatically Android TextView?
How to validate email address in Android with Kotlin?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
What is Intent? What is the difference between an implicit intent and an explicit intent?
How to convert milli seconds to hours, minutes and seconds in Android?
How can i comment inside xml file in android studio?
How to Get bitmap from drawable: Android
How to Generate signed apk with android studio
What is Context?
What happens next when the device switches between portrait and landscape?
How do I generate random numbers in Dart?
How to find Android Device UDID or unique ID?
How to get complete address from latitude and longitude?
ERR_ACCESS_DENIED in Android Webview with sdk 30
Fix Duplicate Files in APK Build.gradle Issue - RRutors
What is "shared preferences" in Android ?
Explain Fragment Life Cycle
Set Activity to Fullscreen Mode in Android - RRutors
How to copy database from assets folder in android using kotlin
How to get screen size (width,height) in Android?
Extract Date and Time from Long Type Variable - RRutors
Decompile APK Files: How to Get Source Code - RRutors Guide
How to reduce APK package size?
How to get a contact image using a phone number in android?
How to Use Deprecated Handler() in Android - RRutors Guide
Hide/Disable soft keyboard on Activity launch: Android
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
What are the notifications available in android?
How to stop EditText focus at Activity startup in Android?
What is NetworkOnMainThread Exception?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Key Points to remember while develop the Android Application.
How to convert DP to Pixel and Pixel to Dp?
Invoke-customs are only supported starting with android 0 --min-api 26
FCM Not Receiving Notifications in Android - RRutors
What is ANR in android?