ComposeCookBook icon indicating copy to clipboard operation
ComposeCookBook copied to clipboard

A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential

Results 23 ComposeCookBook issues
Sort by recently updated
recently updated
newest added

with the latest Android Studio Chipmunk 2021.2.1 Canary 5 error: e: ...common-compose-module-configs-script-plugin.gradle.kts: (8, 1): Expression 'android' cannot be invoked as a function. The function 'invoke()' is not found

build, test & export your APK with Github Actions

**Describe the bug** Latest version of Android studio fails to load project on master. Note that manually building the project with gradle works. **To Reproduce** Steps to reproduce the behavior:...

When I download, open this project and run, I got this error. AGP : 7.0.0 Gradle : 7.0 gradle plugin : 1.5.21 I think this is a problem of dsl,...

**common-compose-module-configs-script-plugin.gradle.kts文件报错** AGP : 7.1.0-alpha12 Gradle : 7.2 gradle plugin : 1.5.21 下面的代码报错: android { compileSdk = ProjectConfigs.compileSdkVersion defaultConfig { minSdk = ProjectConfigs.minSdkVersion targetSdk = ProjectConfigs.targetSdkVersion } compileOptions { sourceCompatibility =...

Please comment down any feature/Demo request you would like me to add. Thanks

question

Make project compatible with Material you, use of dynamic color in components.

First thanks for helping me a lot with your project. SwipeableLists,BackgroundListItem cannot respond to any click events. How should I solve it.

Hello, would you be interested in having your dependencies versions managed by refreshVersions? https://jmfayard.github.io/refreshVersions/ It would avoid having to do a clean build every time you change a version in...