If you are trying to draw on the full screen, use
// remove window title
requestWindowFeature(Window.FEATURE_NO_TITLE);
// remove status bar
getWindow().setFlags(WindowManager.LayoutParams.NO_STATUS_BAR_FLAG,
WindowManager.LayoutParams.NO_STATUS_BAR_FLAG);
I think this will give you want you want, maybe not.
On Jan 11, 2008 3:48 PM, Androider <nira...@gmail.com> wrote:
Example, On Nokia devices we can use FullCanvas class to get the full
width and height for drawing.
On Jan 10, 9:14pm, Adam P <aplo...@gmail.com> wrote:
Are you talking about a screenshot? screen size? what?
On Jan 10, 2:45am, Androider <nira...@gmail.com> wrote:
Can we get the Full screen of a Android device? Full screen including
theStatusbaron top of the dispay area.
Thank you.- Hide quoted text -
- Show quoted text -