일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 로띠애니메이션
- 안드로이드
- 바텀네비게이션
- targetSDK29
- Bluetooth 스캔
- 투명도 hex값
- apk변환
- retrieveExplicitStyle
- 앱강종현상
- 로그캣 색상지정
- 고유식별자
- 안드로이드aab변환
- svn체크아웃
- 안드로이드 디버깅툴
- Android
- 안드로이드 로그캣
- target29
- Android OS 10
- Opacity Hex
- 안드로이드apk변환
- BottomNavigation
- 로그캣 색상변경
- 바텀네비
- Android10
- 디바이스ID
- Android Bluetooth
- 앱강종
- lottieAnimation
- bottomNavigation animation
- aab파일apk변환
Archives
- Today
- Total
목록stetho (1)
공부하는 다락방
안드로이드 디버깅 플랫폼
Stethofacebook에서 만든 디버깅 플랫폼크롬 브라우저에서 사용 가능 아래 주소로 접근하면 됩니다.chrome://inspect 그러기 전에 build.gradle에서 아래와 같이 compile 추가해줍니다.compile 'com.facebook.stetho:stetho:1.4.1' compile 'com.facebook.stetho:stetho-js-rhino:1.4.1' SetupApplication클래스의 onCreate()에 아래 코드 한줄만 넣어주면 됩니다. Stetho.initializeWithDefaults(this); 기능 소개 Stetho로 할수있는 것들에 대해서 먼저 간략하게 소개해드린뒤 실제 적용하면서 확인할 수 있었던 것들에 대해서 자세히 살펴보도록 하겠습니다. 1. 네트워크..
Android
2017. 4. 7. 09:39