Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
solygambas committed Apr 18, 2022
1 parent b11dfe3 commit f9bd528
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 12-devbytes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ A list of DevByte videos, using offline caching.
- integrating the respository class with the ViewModel.
- displaying data from the offline cache.

Based on [Android Kotlin Fundamentals: Repository](https://developer.android.com/codelabs/kotlin-android-training-repository#0) by Google Codelabs (2022).
Based on [Repository](https://developer.android.com/codelabs/kotlin-android-training-repository#0) by Google Codelabs (2022).
2 changes: 1 addition & 1 deletion 14-star-shower/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ An app to show how to create property animations, using ObjectAnimator.
- creating more complex animations with AnimatorSet.
- setting up the initial and final state of objects with AnimatorListeners.

Based on [Advanced Android in Kotlin 03.1: Property Animation](https://developer.android.com/codelabs/advanced-android-kotlin-training-property-animation#0) by Google Codelabs (2022).
Based on [Property Animation](https://developer.android.com/codelabs/advanced-android-kotlin-training-property-animation#0) by Google Codelabs (2022).
2 changes: 1 addition & 1 deletion 15-milky-way/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ An app to learn how to finely customize an animation, using MotionLayout.
- running animations with code.
- animating collapsible headers with MotionLayout.

Based on [Advanced Android in Kotlin 03.2: Animation with MotionLayout](https://codelabs.developers.google.com/codelabs/motion-layout#0) by Google Codelabs (2022).
Based on [Animation with MotionLayout](https://codelabs.developers.google.com/codelabs/motion-layout#0) by Google Codelabs (2022).

0 comments on commit f9bd528

Please sign in to comment.