abhineshchandra1234 / first_compose_app

A simple compose project to learn basics of compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

first_compose_app


This repository contains the basics of jetpack compose components. It is a very good repository to start your jetpack compose journey.


In this you will learn the following topics


  • ◾ state and its type ◾ recomposition ◾ remember 🤔 ◾ diff between remember and mutableState

  • ◾ state hoisting ◾ pros of state hoisting ◾ when to avoid state hoisting ◾ safely pass state between different composables ◾ Callback functions

  • ◾ LazyColumn, LazyRow ◾ Difference between LazyColumn & RecyclerView ◾ Difference between remember & rememberSaveable

About

A simple compose project to learn basics of compose

License:Apache License 2.0


Languages

Language:Kotlin 100.0%