Chucker --- View the interaction between the app and the api


Posted by Limon on 2022-03-28

Add this in build.gradle of dependencies.

devImplementation "com.github.chuckerteam.chucker:library:3.5.2"
prodImplementation "com.github.chuckerteam.chucker:library-no-op:3.5.2"

Than,
we can use Chucker app in dev mode.

This can help us to inspect each api sent during development.


#Android #chucker







Related Posts

【JS上課筆記】JavaScript 物件導向:建構式、class、原型鏈

【JS上課筆記】JavaScript 物件導向:建構式、class、原型鏈

[筆記] Command Line 超新手入門

[筆記] Command Line 超新手入門

[ 學習筆記系列 ] 很基礎的 JavaScript 入門 (一) - 基礎程式

[ 學習筆記系列 ] 很基礎的 JavaScript 入門 (一) - 基礎程式


Comments