Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- onReceivedSslError
- 403 Error
- App Startup
- ActivityResultContracts
- prettyJson
- ExifInterface
- 이미지 gps
- Git
- ChromeCustomTab
- Android
- datastore
- shotcut
- navigation component
- kdoc-generator
- room
- webview
- jsontokotlinclass
- skipcollapsed
- itemAnimator
- notification
- onResume
- application
- circlecrop
- Blinking
- LOG
- notification setting
- requestPermission
- BottomSheetDialog
- notification bar
- Plugins
Archives
- Today
- Total
목록screen (1)
Debbi Story
[Android] 스크린 사이즈 구하기!
https://developer.android.com/reference/android/view/WindowManager#getDefaultDisplay() WindowManager | Android Developers developer.android.com 기존의 WindowManager의 getDefaultDisplay가 API Level 30부터 Deprecated 되었습니다. 가로 fun getScreenWidth(context: Context): Int { val wm = context.getSystemService(Context.WINDOW_SERVICE) as WindowManager return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) { ..
안드로이드/Tip
2021. 11. 8. 22:54