In my xml file ,i have a form when i try to capture the screen ,it capture only present visible data but i need to capture entire screens.Please can anybody help me. I captured the screen by using below code:
View v1 = view.getRootView();
v1.setDrawingCacheEnabled(true);
Bitmap bm = v1.getDrawingCache();