Calculating Internet Speed in android

前端 未结 4 786
遥遥无期
遥遥无期 2020-12-08 22:32

I am working with an App which contains web service things.

In that I need to know the status when the Internet speed is low. How to find the internet speed level in

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 22:50

    This is specilally to detect internet connection speed by facebook sdk

    ConnectionQuality cq = ConnectionClassManager.getInstance().getCurrentBandwidthQuality();
    

提交回复
热议问题