https://github.com/jb-j-lee/mydebugtool
Dev Debug Tool
https://github.com/jb-j-lee/mydebugtool
android debugdrawer kotlin leakcanary strictmode telescope viewbinding
Last synced: 7 months ago
JSON representation
Dev Debug Tool
- Host: GitHub
- URL: https://github.com/jb-j-lee/mydebugtool
- Owner: jb-j-lee
- License: apache-2.0
- Created: 2025-01-19T14:02:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T02:17:23.000Z (9 months ago)
- Last Synced: 2025-03-19T03:16:36.689Z (7 months ago)
- Topics: android, debugdrawer, kotlin, leakcanary, strictmode, telescope, viewbinding
- Language: Kotlin
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My Debug Tool Sample
Debug Tool 에 대한 예제 입니다.
# Android
- Supports Android Studio Koala
- minsdk 24
- targetSdk 35
- AGP 8.5.2
- Gradle 8.7# Language
- [Kotlin](https://kotlinlang.org)
# JetPack [AAC(Android Architecture Components)](https://blog.naver.com/dev2jb/223230422126)
- View Binding
# UI
- MyDebugApplication implements [StrictMode](https://developer.android.com/reference/android/os/StrictMode)
- TelescopeActivity implements [Telescope](https://github.com/mattprecious/telescope)
- DebugDrawerActivity implements [DebugDrawer](https://github.com/palaima/DebugDrawer)# 3rd Party Libraries
- [Leakcanary](https://square.github.io/leakcanary) (Memory Leak Debug Tool)
- [Telescope](https://github.com/mattprecious/telescope) (ScreenCapture + Device Information Debug Tool)
- [DebugDrawer](https://github.com/palaima/DebugDrawer) (Multi Debug Tool)# Build Dependency
- [version catalog](https://developer.android.com/build/migrate-to-catalogs)
# Troubleshooting
- DebugDrawer's NetworkModule doesn't work.
- DebugDrawer's TimberModule doesn't work.