I have a webview, and I need to scroll down to view all the content. Now, I want to capture the entire of the webview to a bitmap.
I looked for man
I found out the solution. Take a look of this.
I used the onDraw to replace the capturePicture functon which is deprecated in API 19. If you have any better solutions, please tell me and I appreciate that. Thanks!
Which can replace capturePicture function