interface Serializable 과 Parcelable 그리고 @Serializable 과 @Parcelize
interface Serializable 과 interface Parcelable 에 대해 알아본다. 그리고 kotlin 의 anotation @Serializable 과 @Parcelize 에 대해 알아본다.
interface Serializable 과 interface Parcelable 에 대해 알아본다. 그리고 kotlin 의 anotation @Serializable 과 @Parcelize 에 대해 알아본다.
2024년 상반기에 기존 방식인 issues.sonatype.org 가 폐기되었고 새로운 안드로이드 라이브러리 Maven Central 에 배포 방법 설명
Unidirectional Data Flow 의 개념
C++ 의 next_permutation 에 대응 되는 method 를 kotlin 으로 구현하고, 리스트에 대한 모든 순열을 가져올 수 있다
단수형, 복수형의 String resource 를 구분해서 가지고 올 수 있다.