ConnectionQuality无法在Android快速网络库中的快速网络库中运行

时间:2017-02-09 09:53:34

标签: android okhttp android-networking

我在我的项目中使用common 1 True health monitoring 1 True membership 1 True personalization 1 True profile 1 True role manager 1 True ,我必须得到#[payload.replace('\\n', System.getProperty('line.separator')).replace('\\r', "").replace('\\t', "").replace('\\', "")] 的回复,但 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.example.saoiray.happybirthday.MainActivity"> <TextView android:id="@+id/textView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:layout_alignParentTop="true" android:text="I'm awesome! Birth of a developer (^_^)" android:textColor="#FF5722" android:textSize="32sp" /> <TextView android:id="@+id/textView2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:text="Oh yeah, Stephen is awesome!" android:textColor="#3F51B5" android:textSize="32sp" /> <ImageView android:id="@+id/androidparty" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:layout_alignParentTop="true" android:src="@drawable/androidparty" tools:ignore="ContentDescription" /> </RelativeLayout> 总是得到Fast Networking Library。我正在使用Fast Networking Library。 以下是我的代码。

ConnectionQuality

1 个答案:

答案 0 :(得分:0)

由于android框架没有提供获取连接带宽的方法,所以我已经实现了一种方式,无论何时进行网络请求,它都会计算数据传输和所花费的时间。所以,在初始阶段,你可能会变得不明。使用一段时间后,您将能够在该会话中获得正确的连接质量。