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
- Activity
- lifecyclescope
- 밑줄
- ROOM
- EditText
- FRAGMENT
- ButtonWithButton
- 랜덤ID
- androidstudio
- nav_graph
- Android
- 팝업액티비티
- Kotlin
- textview
- 안드로이드 스튜디오
- 코틀린
- firebase
- MaterialButton
- Imageview
- 안드로이드스튜디오
- 안드로이드
- BottomSheetDialog
- 뷰바인딩
- firebasefunctions
- RealtimeDB
- button
- OutlinedButton
- ArrayList
- Dialog
Archives
- Today
- Total
안드로이드 앱 개발
Data Class 만들기 본문
data class CustomersData(
var customersName: String? = null,
var customersNumber: String? = null,
var customersHistory: String? = null
)
'코틀린(Kotlin)공부' 카테고리의 다른 글
CheckBox에 setOnCheckedChangeListner 달기 (0) | 2021.04.15 |
---|---|
Coroutine 사용 방법 (0) | 2021.04.09 |
BottomSheetDialog_Modal - Kotlin (0) | 2021.03.29 |
for문 - Kotlin (0) | 2021.03.29 |
BottomNavigationView에서 transaction already commit called 오류 (0) | 2021.03.28 |