I want to make a array in array and get one by index form in Kotlin.
for example, I make a this array [ (1, 12(real data is Bitmap)) , (2, 24(same)), (3, 36) ]
so I can get array(index) = 12
how can I make this form of array and get data by index like above?