This blog is for the persons who want to learn android and also having any problems in development.
View screen = (View)findViewById(R.id.screen);
screen.setDrawingCacheEnabled(
true
);
Bitmap bmScreen = screen.getDrawingCache();
No comments:
Post a Comment