Skip to content

Commit b78fc7a

Browse files
authored
Merge pull request #291 from android/tb/predictive-back-samplepalooza
update README.md to point to predictive back compose docs and snippets
2 parents b65b902 + f96dd2e commit b78fc7a

File tree

1 file changed

+4
-1
lines changed
  • samples/user-interface/predictiveback

1 file changed

+4
-1
lines changed

Diff for: samples/user-interface/predictiveback/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Predictive Back Samples
22

3-
Shows different types of predictive back animations, including:
3+
Shows different types of predictive back animations for a Views based app, including:
44

55
+ Back-to-home
66
+ Cross-activity
@@ -12,6 +12,9 @@ Shows different types of predictive back animations, including:
1212
+ Cross-fragment animation with MaterialSharedAxis
1313
+ setCustomAnimations
1414

15+
For predictive back on Compose, see [Predictive back in Compose](https://developer.android.com/develop/ui/compose/system/predictive-back)
16+
and [Predictive back Compose snippets](https://github.com/android/snippets/blob/030dddb8f6f319ffb1b3809fe71add6417531fe2/compose/snippets/src/main/java/com/example/compose/snippets/predictiveback/PredictiveBackSnippets.kt)
17+
1518
## Custom cross-activity
1619

1720
In general, rely on the default cross-activity animation; however, if required use

0 commit comments

Comments
 (0)