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 | 31 |
Tags
- webview
- App Startup
- navigation component
- datastore
- notification setting
- 이미지 gps
- requestPermission
- onReceivedSslError
- Blinking
- prettyJson
- Git
- Android
- ChromeCustomTab
- ExifInterface
- 403 Error
- shotcut
- itemAnimator
- notification
- room
- jsontokotlinclass
- kdoc-generator
- Plugins
- notification bar
- skipcollapsed
- BottomSheetDialog
- application
- onResume
- ActivityResultContracts
- circlecrop
- LOG
Archives
- Today
- Total
목록WindowManager (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