I am attempting to catch all of the url requests made to our server from a mobile app and store those values.
When the app is in an online state, I will download the values and store them to an on disk library and then when in offline mode I can redirect the loaders to the on disk location of the files instead of the server based ones.
I will NOT have access to all of the loaders or the classes that contain them, since they are shared classes.