https://kotlinlang.org logo
Title
u

user

07/19/2022, 10:01 AM
Create list/array of Textviews to change .text via index So I was hoping to make a list/array of textviews so that I can iterate a loop and set the .text value of the TextViews as I go. Otherwise I would have to set the values in the code statically which would be a whole lot messier and potentially not even feasible for my needs. So in the code below the idea would be to iterate the loop and when the correct value is confirmed that [index] would then set the corresponding var refillToken : Double = (0).toDouble() var tweetStored : BooleanArray =...