How to get the visible size on an Activity?
Posted
by Tsimmi
on Stack Overflow
See other posts from Stack Overflow
or by Tsimmi
Published on 2010-06-17T09:58:59Z
Indexed on
2010/06/17
10:23 UTC
Read the original article
Hit count: 219
How can I know the visible size of my activity?
I'm trying to get the Activity real size,
not the height and width from getHeight() and getWidth(),
witch gives me the screen full size.
© Stack Overflow or respective owner