49

GitHub - linkaipeng/OkNetworkMonitor: A network monitor for okHttp base on steth...

 5 years ago
source link: https://github.com/linkaipeng/OkNetworkMonitor
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

中文文档

OkNetworkMonitor

A network monitor for okHttp base on stetho.

You can view the request header, response header, response body and so on of a network request in your app.

Usage

Import the lib to your project.

implementation project(':lib-ok-network-monitor')

Add a network Interceptor for OkHttpClient

new OkHttpClient.Builder()
    .addNetworkInterceptor(new OkNetworkMonitorInterceptor())

Add activities to your AndroidManifest.xml

<activity
    android:name="com.linkaipeng.oknetworkmonitor.ui.NetworkFeedActivity"
    android:screenOrientation="portrait"/>

<activity
    android:name="com.linkaipeng.oknetworkmonitor.ui.NetworkFeedDetailActivity"
    android:screenOrientation="portrait"/>

Start activity

NetworkFeedActivity.start(this);

Screenshots

screenshot1.png screenshot2.png screenshot3.png

LICENSE

Copyright 2015 linkaipeng

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK