snippets icon indicating copy to clipboard operation
snippets copied to clipboard

Main repository for snippets surfaced on developer.android.com.

Results 53 snippets issues
Sort by recently updated
recently updated
newest added

I was just stepping through the tutorial and saw that 'startActivityForResult' was deprecated, so I searched for the new way to launch an activity and pasted it here.

This fixes the layout and makes the example fit the description: > The child composables are constrained by the Layout constraints (without the minHeight constraints), and they're placed based on...

Adds more code snippets for https://developer.android.com/training/wearables/compose/screen-size: - preview code - breakpoint code

Fellows, I was trying to follow this example: https://developer.android.com/develop/ui/compose/components/snackbar But I cannot find how to enable both options like in the image: I want to have the X to dismiss...

Reworking the time picker exmaples to work better with copy-pasting.

https://github.com/android/snippets/blob/b883fb9bca33ef91cbd8f6a5d69d4cfba80f8d4e/compose/snippets/src/main/java/com/example/compose/snippets/glance/GlanceSnippets.kt#L255-L265