I am trying to make a simple drawing program for the android.
I have a custom View class to handle the drawing. When I call its getWidth an
View
getWidth
The view only has dimensions after beeing displayed for the first time.
Other thing:
int h=getHeight(); h=400;
Is useless no ? Is it just for testing ?