You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/user-interface/predictiveback/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Predictive Back Samples
2
2
3
-
Shows different types of predictive back animations, including:
3
+
Shows different types of predictive back animations for a Views based app, including:
4
4
5
5
+ Back-to-home
6
6
+ Cross-activity
@@ -12,6 +12,9 @@ Shows different types of predictive back animations, including:
12
12
+ Cross-fragment animation with MaterialSharedAxis
13
13
+ setCustomAnimations
14
14
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
+
15
18
## Custom cross-activity
16
19
17
20
In general, rely on the default cross-activity animation; however, if required use
0 commit comments