custmList.sortWith { lhs, rhs ->
lhs.name.compareTo(rhs.name, ignoreCase = true)
}
custmList.sortWith { lhs, rhs ->
lhs.name.compareTo(rhs.name, ignoreCase = true)
}
show password and hide password in jetpack compose
CountDowner , Timer start in android Kotlin
0 Comments