Skip to content

Instantly share code, notes, and snippets.

OTP Viewer for Jetpack compose

Variables

val requesterList: ArrayList<FocusRequester>  = arrayListOf()
val textList: ArrayList<MutableState<TextFieldValue>> = arrayListOf()
var lastIndex = -1

for (i in 0 until count){
    // Add string mutableStateOf variables to the input count