Skip to content

Instantly share code, notes, and snippets.

View semoro's full-sized avatar

Simon Ogorodnik semoro

View GitHub Profile
package com.xcodersteam.composesandbox
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import androidx.compose.*
import androidx.compose.frames.ModelList
import androidx.compose.frames.modelListOf
import androidx.ui.animation.DpToVectorConverter
import androidx.ui.animation.animatedValue
import androidx.ui.core.DensityAmbient
local com = {}
local mt = {
__index = function(tab, index)
return function(arg)
print(tostring(index)..arg)
end
end
}