Update 100-jetpack-compose.md (#5873)
I added video resource for jetpack compose. --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/5882/head
parent
e0fa460ab9
commit
5cbbaa61a9
1 changed files with 3 additions and 1 deletions
@ -1,3 +1,5 @@ |
||||
# Jetpack Compose |
||||
|
||||
`Jetpack Compose` is a modern toolkit for building native Android UI. It simplifies and accelerates UI development on Android with less code, powerful tools, and intuitive Kotlin APIs. `Jetpack Compose` offers a declarative approach to designing UI, where you can simply describe what your UI should look like at any given point of your app’s state, and `Compose` takes care of updating the view hierarchy, making UI development more efficient. It also integrates well with existing Android apps, letting you adopt its benefits at your own pace. |
||||
`Jetpack Compose` is a modern toolkit for building native Android UI. It simplifies and accelerates UI development on Android with less code, powerful tools, and intuitive Kotlin APIs. `Jetpack Compose` offers a declarative approach to designing UI, where you can simply describe what your UI should look like at any given point of your app’s state, and `Compose` takes care of updating the view hierarchy, making UI development more efficient. It also integrates well with existing Android apps, letting you adopt its benefits at your own pace. |
||||
|
||||
- [@video@Jetpack Compose Crash Course](https://www.youtube.com/watch?v=6_wK_Ud8--0) |
||||
|
Loading…
Reference in new issue