-
[Android] Arraylist to Array in KotlinAndroid 2023. 2. 23. 09:59반응형
val arrayList = ArrayList<T>() val array = arrayList.toTypeArray()
ex) items : Array list : ArrayList items = list.toArray(arrayOfNulls<Int>(list.size))
반응형'Android' 카테고리의 다른 글
[Android] How to programmatically read the date when android apk was built? (0) 2023.03.24 [Android] Array to ArrayList in Kotlin (0) 2023.02.23 [Android] remove activity animation (0) 2022.12.26 [Android] remove or hide Notification time (0) 2022.08.09 null cannot be cast to non-null type (0) 2022.06.27