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 |
Tags
- 기기고유값
- Collections Function
- Popup menu background color
- Retrofit2
- todo
- kotlin
- findNavController
- DataBinding
- multipart
- json
- DialogFragment
- BottomSheetDialogFragment
- RecyclerView
- 생명주기
- ThreeTen Backport
- 화면 회전
- http
- Navigation
- NumberPIcker
- layout_constrainedHeight
- Load failed
- studywithme
- layout_constrainedWidth
- Android
- log
- SSAID
- WorkManager
- gradle plugin
- Room
- Lifecycle
Archives
- Today
- Total
목록list (1)
chacha's
컬렉션(Collections)
목차 Kotlin In Action - 책 과 아래에 링크된 게시글을 참고하여 작성한 게시글입니다. 컬렉션에 대해 공부하기 위한 게시글입니다. 👉 원문을 보는 것을 추천드립니다!! Kotlin Collection 함수 코틀린의 컬렉션 함수들을 그림과 함께 쉽게 알아봅니다. medium.com 📌 컬렉션을 보기 전에, 컬렉션에 들어갈 수 있는 Basic types을 봅시다! Basic types | Kotlin kotlinlang.org Collections의 종류 Kotlinloang.org/docs 코틀린의 Collection은 Java와 매우 유사하지만, Mutable과 Immutable을 구분하여 지원한다는 점이 다릅니다. List는 데이터를 저장하거나 삭제할 때 순서를 지키는 컬렉션입니다. [ C..
Kotlin
2021. 9. 12. 17:15