• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to check net upload and download speed in Android

Dec 20, 2018
11
0
Hi,
I want to know downloading and uploading speed of internet in android, network-connection-class of facebook was provides only downstream speedhttps://github.com/facebook/network-connection-class.

is there any native methods provided to know up and down stream speed.

Thanks in advance.

Best Regards,
Gopi.
 
While there are a number of apps you can install to do this, you can also just use whatever browser app you already have on your phone and go to any number of speed test sites to check your WiFi and your mobile data download/upload bandwidth, and latency . I like
https://speedof.me/
or
https://fast.com
Thanks for your suggestion , but i need to check down stream and up stream speed programmatically.
 
Upvote 0
Thanks for your suggestion , but i need to check down stream and up stream speed programmatically.

There aren't any built-in speed methods I know of, which can be used to give you this functionality. However it should be easy enough to implement. All you need is a remote site which can accept a socket connection, or some other means of establishing a network connection. Then just transfer data to/from the remote site, and time how long it takes to complete.

Just out of interest, I also Googled for "public speed test servers", which turned up a few useful links. You may want to look into this.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones