1

I have read that you can track individual resources being downloaded for use in loading a webview, see here. What I want to do is intercept and save each resource to file. Then, if the user wants to save the webpage, I will take the saved resources and html and store them in a permanent location. But I am a newbie and don't know how to set this up. Can someone help?

Community
  • 1
  • 1
user2104778
  • 992
  • 1
  • 14
  • 38

1 Answers1

-1

Look at URLProtocol subclassing for caching the entire network traffic, plus there are too many libraries for this.

Let me google it for you

mohamede1945
  • 7,092
  • 6
  • 47
  • 61