From 50e8fd6e4c91f681d4cc0f2bf6303958a4156a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mlynari=C4=8D?= Date: Wed, 6 Nov 2024 16:45:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d7f3f42ca..bbc52f76a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ Learn how to use Jetpack Compose Animation APIs. Learn how to use the Jetpack Navigation library in Compose, navigate within your application, navigate with arguments, support deep-links, and test your navigation. +### [Performance codelab](https://developer.android.com/codelabs/jetpack-compose-performance) + +Learn how to measure, investigate and improve the runtime performance of a Compose app. + ### [Testing codelab](https://developer.android.com/codelabs/jetpack-compose-testing) Learn about testing Jetpack Compose UIs. Write your first tests, and learn about testing in