Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhineshchandra1234/first_compose_app
- Owner: abhineshchandra1234
- License: apache-2.0
- Created: 2023-07-14T18:37:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-02T19:22:57.000Z (over 1 year ago)
- Last Synced: 2023-08-02T20:45:21.366Z (over 1 year ago)
- Topics: android, androidappdevelopment, java, jetpack-compose, kotlin, mobileapplicationdevelopment
- Language: Kotlin
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
---