분류 전체보기238 suspend fun suspend fun은 코루틴 안에서 돌아야 함 2022. 7. 25. Parcelize 사용법 1. Gradle에 아래와 같이 추가 plugins { ... id 'kotlin-parcelize' } 2. 코드는 이렇게 @Parcelize data class ClassName( @SerializedName("FieldName") var title: String? = null ) : Parcelable 2022. 7. 25. 반복문 repeat fun main(){ repeat(23){ print("WOW") } } 2022. 7. 15. Fragment의 EditText가 Clear 안될 때 Fragment의 onResume에 EditText.getText().clear(); 2022. 7. 12. 이전 1 ··· 5 6 7 8 9 10 11 ··· 60 다음