Hi,
I have trying unsuccessfully to download content from URL and caching it ?
Does anyone have example on how to do it?
Does the download need to be defined as a service?
Is this one way to do it -
1) Download and caching is defined as a service
2) Activity starts the service and waits upon service to complete.
3) Once the service completes it notifies the activity and activity continues.
I have trying unsuccessfully to download content from URL and caching it ?
Does anyone have example on how to do it?
Does the download need to be defined as a service?
Is this one way to do it -
1) Download and caching is defined as a service
2) Activity starts the service and waits upon service to complete.
3) Once the service completes it notifies the activity and activity continues.