Re: [android-developers] Speed Download

2011-04-21 Thread Neo Apostol
Thank you. 20 апреля 2011 г. 16:17 пользователь Kostya Vasilyev kmans...@gmail.comнаписал: Speed (rate) is something over time. Download speed is the number of bytes divided by elapsed time. Sample code: speed = size / time. 20.04.2011 16:57 пользователь Neo Apostol neo.apos...@gmail.com

[android-developers] Speed Download

2011-04-20 Thread Neo Apostol
Hi there, I wrote the method that downloads the file. How can I found out the speed of downloading the file? Maybe smb. has written the method like that? Thank YOU. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Speed Download

2011-04-20 Thread Kostya Vasilyev
Speed (rate) is something over time. Download speed is the number of bytes divided by elapsed time. Sample code: speed = size / time. 20.04.2011 16:57 пользователь Neo Apostol neo.apos...@gmail.com написал: Hi there, I wrote the method that downloads the file. How can I found out the speed of