
A set of individual Android Studio projects to help you learn about Compose in Android
Jetpack Compose Samples This repository contains a set of individual Android Studio projects to help you learn about Compose in Android. Each sample demonstrates different use cases, complexity levels and APIs. For...







Sample application to show state management & unidirectional data flow using Jetpack compose
Jetpack Compose State Management A sample project to demonstrate State Management in Jetpack compose by following This CodeLab. Through the project you can get acquainted with What is unidirectional data flow How to...








Counterpart of onTouchEvent for Jetpack Compose and transform gesture with specific number of pointers
Jetpack Compose Gestures Counterpart of onTouchEvent for Jetpack Compose and transform gesture with specific number of pointers Modifier.pointerMotionEvents Creates a modifier for processing pointer motion input within the region of the modified element. After AwaitPointerEventScope.awaitFirstDown returned a PointerInputChange then onDown is called at first pointer contact. Moving any pointer causes...


