Learn-Jetpack-Compose-By-Example icon indicating copy to clipboard operation
Learn-Jetpack-Compose-By-Example copied to clipboard

🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way

Results 21 Learn-Jetpack-Compose-By-Example issues
Sort by recently updated
recently updated
newest added

Column color always Color.Green.It doesn't chang color on my samsung-galaxy-j6.

The build is failing with the following error. ` Could not HEAD 'https://dl.bintray.com/kotlin/kotlin-eap/io/gitlab/arturbosch/detekt/io.gitlab.arturbosch.detekt.gradle.plugin/1.7.4/io.gitlab.arturbosch.detekt.gradle.plugin-1.7.4.pom'. Received status code 502 from server: Bad Gateway `

https://developer.android.com/jetpack/compose/navigation

help wanted
good first issue
example request

It is apparent how we could request permissions from the MainActivity. However what if we are several layers deep in our app, how would we request runtime permission (such as...

example request

Dear Sir very thx your upgrade compose library --- now i use vinay-latest-compose branch & i PR for you https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example/pull/90 __ Loading Images can add use "accompanist-coil " ?? https://google.github.io/accompanist/coil/...

modify gradle setting let AS 4.0.X~4.2.X stable version support compose

as commit log i try let this demo project run at low version android studio/idea and upgrade compose library version to beta but now lost some class like: androidx.compose.animation.core.* THX

In TextView, we can use marquee effect,but in Compose UI , how can i use marquee effect???

The FlowRow composable has been deprecated without direct replacement. The example using it should be removed or replaced by an equivalent implementation.