Question
How to detect if on "extra large screen" (tablet) or if phone?
For example in my Flex Mobile AIR app, if I wanted to change the position of some components or like make a more android tablet like menu. How can i detect if the user is on a tablet so i can do this? Thanks!
just like a simple thing like this:
if(on a tablet)
{
}
else
{
}
I think i remember seeing an article on this...but I can't seem to find it.