Do you want to build yourfirst android app with Kotlin, Java, and Jetpack Compose? If your answer is“yes”, you are at the right place! I really like the approach of this course about theAndroid app. In this course, the instructor focuses on the Android SDK to teach you how to buil...
androidunit-testingcanvasmaterial-designmaterial-componentsandroid-uicustom-layoutsideeffectsjetpack-composejetpack-compose-tutorialjetpack-compose-navigationjetpack-compose-animationcompose-animationjetpack-compose-canvascompose-ui-testcompose-canvas UpdatedMay 13, 2025 ...
Series of Tutorials to learn about Jetpack Compose, Material Widgets, State, Animation, and Navigation. Easy to search in code and in app. Each chapter module contains its own content in code. SearchBar can be used to search with a tag or description available for each tutorial. Recommended ...
Today, as part of theCompose April ‘25 Bill of Materials, we’re releasing version 1.8 ofJetpack Compose, Android's modern, native UI toolkit,used by many developers. This release contains new features like autofill, various text improvements, visibility tracking, and new ways to animate a co...
在本Jetpack Compose 教程中,您将通过创建说明书应用程序来学习如何使用 Android 团队正在开发的新声明式 UI 框架。乔伊·德维拉 (Joey deVilla) 著。 声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平...
implementation "com.google.dagger:hilt-android:$hilt_version"annotationProcessor "com.google.dagger:hilt-compiler:$hilt_version"implementation("androidx.hilt:hilt-navigation-compose:1.0.0")Create a new ManageProductApplication.kt class extending Application with @HiltAndroidApp annotation:1...
📝 A curated list of awesome Jetpack Compose libraries, projects, articles and resources - jetpack-compose/jetpack-compose-awesome
There are many ways to build collapsible top bars in traditional RecyclerViews. In this article, I’ll explore three different approaches to achieve the same effect in a Jetpack Compose LazyColumn.
This tutorial showcases Android’s Jetpack Compose UI ability to animate an image on a path. In our example, we demonstrate an arrow flying across the screen. By using basic trigonometry and calculus, we’re able to obtain additional attribute values based on a single state. Here is the fin...
In this tutorial, you’ll learn how to implement an effective navigation pattern with Jetpack Compose, in a way that will work with different screen sizes, from phones to tablets.