Notice
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
- 스피너
- GPS
- ListvView
- Handelr
- 유니티
- 조이스틱
- Round Square
- spinner
- Ext
- UI
- WebCamTexture
- layout
- 안드로이드
- GlobalComponent
- webcam
- bottom
- 리스트뷰
- Android
- Unity
- 그래들
- DP
- gradle
- camera
- 레이아웃
Archives
- Today
- Total
목록DP (1)
JY-Dev Tech Blog
안드로이드(Android) - Int to Dp , Float to Dp (Dp 변환)
프로그램 내부에서 Dp 값을 변환하는 방법에 대해 알려드리겠습니다. [Kotlin] Int to Dp val Int.dp: Int get() = (this * Resources.getSystem().displayMetrics.density + 0.5f).toInt() Float to Dp val Float.dp: Int get() = (this * Resources.getSystem().displayMetrics.density + 0.5f).toInt()
안드로이드/그 외 여러가지
2020. 8. 11. 09:15