I have my initial
public class myapplication extends Application {
}
which is starting before any activity is started.
How can I access the getWindowManager() to get screen properties ?
I would like to calculate the screeninches (which I know how to do in general) before I started an activity.