Skip to content

Instantly share code, notes, and snippets.

View munsra's full-sized avatar

munsra

View GitHub Profile
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
val constraints = ConstraintSet {
// Create the Constraint Components
val greenbox = createRefFor("greenbox")
val foodList = createRefFor("food_list")
val redBox = createRefFor("redbox")