From 5cbbaa61a92ce34e906a65273ceaf242dc5311f2 Mon Sep 17 00:00:00 2001 From: Ebrahim Gamal <149944484+Ebrahim-Gamal-77@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:48:27 +0300 Subject: [PATCH] Update 100-jetpack-compose.md (#5873) I added video resource for jetpack compose. --------- Co-authored-by: Kamran Ahmed --- .../104-interface-and-navigation/100-jetpack-compose.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/android/content/104-interface-and-navigation/100-jetpack-compose.md b/src/data/roadmaps/android/content/104-interface-and-navigation/100-jetpack-compose.md index 14fe08483..37d66ca8d 100644 --- a/src/data/roadmaps/android/content/104-interface-and-navigation/100-jetpack-compose.md +++ b/src/data/roadmaps/android/content/104-interface-and-navigation/100-jetpack-compose.md @@ -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. \ No newline at end of file +`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)