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
- ViewModel
- sqlite
- LiveData
- Behavior
- lifecycle
- CoordinatorLayout
- room
- View
- CustomView
- BOJ
- DataBinding
- 알고리즘
- HTTP
- Coroutine
- onMeasure
- 알림
- activity
- Navigation
- AppBarLayout
- kotlin
- recyclerview
- Algorithm
- CollapsingToolbarLayout
- onLayout
- 백준
- hilt
- 안드로이드
- Android
- notification
- 코틀린
Archives
- Today
- Total
목록접두사 (1)
개발일지
Kotlin in A..Z (2) - 자료형
- 자료형 형식 자료형 값의 범위 정수형 Long (64bit) -2^63 ~ 2^63 - 1 Int (32bit) -2^31 ~ 2^31 - 1 Short (16bit) -2^15 ~ 2^15 - 1 Byte (8bit) -2^7 ~ 2^7 - 1 부호 없는 정수형 ULong (64bit) 0 ~ 2^64 - 1 UInt (32bit) 0 ~ 2^32 - 1 UShort (16bit) 0 ~ 2^16 - 1 UInt (8bit) 0 ~ 2^8 - 1 실수형 Double (64bit) 약 4.9E - 324 ~ 1.7E + 308 Float (32bit) 약 1.4E - 45 ~ 3.4E + 38 논리형 Boolean (1bit) true, false 문자형 Char (16bit) 0 ~ 2^15 - 1..
Kotlin (코틀린)
2020. 7. 8. 02:42