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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ of ***Transition*** start and end point to same value.
318
318
319
319
#### Note:
320
320
🔥🔥🔥 In tutorial 2-4 and 2-5, having same background color for both fragments causing second fragment's enter transition(CircularReveal and Slide.BOTTOM) to not work
321
-
So when using **Transitions** that extend```Visiblity``` class such as Slide, or Fade be careful about background color
321
+
So when using **Transitions** that extends```Visiblity``` class such as Slide, or Fade be careful about background color
322
322
Either set callback and set start and end properties for scene with
Copy file name to clipboardExpand all lines: Tutorial3-1Transitions/src/main/java/com/smarttoolfactory/tutorial3_1transitions/adapter/model/MagazineModel.kt
Copy file name to clipboardExpand all lines: Tutorial3-1Transitions/src/main/java/com/smarttoolfactory/tutorial3_1transitions/adapter/viewholder/MagazineViewBinder.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ class MagazineViewHolder(
50
50
51
51
funbind(model:MagazineModel) {
52
52
53
-
//🔥 Set transition name to resource to drawable
53
+
// Set transition name, resource drawable and title for magazine
Copy file name to clipboardExpand all lines: Tutorial3-1Transitions/src/main/java/com/smarttoolfactory/tutorial3_1transitions/chapter1_activity_transitions/Activity1_0CustomTransitions.kt
Copy file name to clipboardExpand all lines: Tutorial3-1Transitions/src/main/java/com/smarttoolfactory/tutorial3_1transitions/chapter1_activity_transitions/Activity1_3RecyclerViewToViewPager2Transition.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,8 @@ open class Activity1_3RecyclerViewToViewPager2Transition : AppCompatActivity() {
90
90
}
91
91
92
92
/*
93
-
TODO This is important for setting position of RV and getting imageView in that position
94
-
to set enter transition after going back from detail Activity
93
+
TODO It is required to set position of RV and getting imageView in that position
94
+
to set enter transition after coming back from detail Activity
Copy file name to clipboardExpand all lines: Tutorial3-1Transitions/src/main/java/com/smarttoolfactory/tutorial3_1transitions/chapter2_fragment_transitions/Fragment2_4MagazineList.kt
Copy file name to clipboardExpand all lines: Tutorial3-1Transitions/src/main/java/com/smarttoolfactory/tutorial3_1transitions/chapter2_fragment_transitions/Fragment2_5MagazineDetailAlt.kt
+4-4
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ class Fragment2_5MagazineDetailAlt : Fragment() {
0 commit comments