An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

My Debug Tool Sample


Kotlin Version
API
AGP

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.