android, Programming IT Nursery How to determine the screen width in terms of dp or dip at runtime in Android? I need to code the layout of the android widgets using dip/dp (in java files). At runtime if I code, int pixel=this.getWindowManager().getDefaultDisplay().getWidth(); this return the screen width in pixels... May 28, 2022 0 Comments