dependencies {
debugImplementation 'com.lovejjfg:shake:0.0.4'
releaseImplementation 'com.lovejjfg:shake-no-op:0.0.4'
}
Shaker is a debug util that you can through shake to show current Activity and it's Fragment name in a dialog.so that you can fast location the views. It support some features:
- You can give the specified view, not just show the view's name in the dialog.
- You can design the shake trigger condition.
- You can add the ignore list of Fragments not to show in the shaker dialog.
- You can add the disable list of Activities that enable to shake.