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