How to get Samsung Galaxy Tab size on run time?
If I use
Display display = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay();
int width = display.getWidth();
It gives 320*480 size. But its not the tab size.
Is there any other way to get the tab size in runtime?.
Thanks,
Yuvaraj.K
I got the answer: