Skip to content

koai-dev/netlogger

Repository files navigation

Netlogger android lib

  • to use:

add this to project:

implementation("com.github.koai-dev:base:$lastVersion") (min is v2.0.0)

implementation("com.github.koai-dev:netlogger:$lastVersion") (min is v1.1.4)

  • to get lastVersion: copy repo link and paste to jitpack.io

in YourApplication:

add this: image

in service:

create apiClient: image init apiClient in service module like this: image

in your activity or fragment:

to open to netlog screen: call this: image you can handle by click event or implement shake event

--->

check in sample project for final guide version