0

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();

user2159475
  • 76
  • 1
  • 3

1 Answers1

0

do screen shots in android pro grammatically. this is one way..

harikrishnan
  • 1,985
  • 4
  • 32
  • 63