Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhineshchandra1234/first_compose_app

A simple compose project to learn basics of compose
https://github.com/abhineshchandra1234/first_compose_app

android androidappdevelopment java jetpack-compose kotlin mobileapplicationdevelopment

Last synced: about 2 months ago
JSON representation

A simple compose project to learn basics of compose

Awesome Lists containing this project

README

        

# 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
---