How can I get the screen width and height and use this value in:
@Override protected void onMeasure(int widthSpecId, int heightSpecId) { Log.e(TAG, \"onM
This set of utilities to work with the Size abstraction in Android.
It contains a class SizeFromDisplay.java You can use it like this:
ISize size = new SizeFromDisplay(getWindowManager().getDefaultDisplay()); size.width(); size.hight();