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 | 31 |
Tags
- 조이스틱
- 유니티
- Ext
- 리스트뷰
- DP
- spinner
- 스피너
- 레이아웃
- webcam
- Handelr
- Android
- 그래들
- GlobalComponent
- bottom
- gradle
- WebCamTexture
- 안드로이드
- UI
- Round Square
- camera
- layout
- ListvView
- GPS
- Unity
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