**is there any class or method in koltin that can let me store the arraylistof() using sharepreference. ** for example
val names = arrayListOf<String>("abc","bca","zyx")
putListOf("dsfsds",null)
something like this using kotlin
**is there any class or method in koltin that can let me store the arraylistof() using sharepreference. ** for example
val names = arrayListOf<String>("abc","bca","zyx")
putListOf("dsfsds",null)
something like this using kotlin