I am having an android application that download songs from server to device. I am showing a progress dialog for this . I need to show the downloaded size , remaining size , elapsed time and time remaining to the user
How do I get these things from the application in Android?
Any pointers will be most useful.
Regards Renjith