I want to do the following in Android. I want to find out the Percentage downloaded and time remaining for tasks being carried out in other applications in MY APK.
For eg, the tasks could be Http File download, FTP Upload/Download,
Youtube Streaming, Email download.
Is it possible to retrieve this information in my application even though the download/upload is being carried in other application? Can anyone please tell me which classes I can use to achieve this.
Thanks & Regards,
Yuvi