determining internet speed in android
问题 I am developing an android video-streaming application where I must detect internet speed to adjust my stream quality according to that speed. I've searched in the net about how to detect internet speed in android but I found only one method of downloading file and knowing its size to determine the bandwidth : bandwidth = contentLength / ((endTime-startTime) *1000); Is there any other possible way to determine internet bandwith in android without downloading any file I don't want to disturb