Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Crane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the bottom of the screen.
- __Home__ [screen][home] where you can explore flights, hotels, and restaurants specifying
the number of people.
- Clicking on the number of people refreshes the destinations.
- Destination's images are retrieved using the [coil-accompanist][coil-accompanist] library.
- Destination's images are retrieved using the [Coil][coil] library.
- __Calendar__ [screen][calendar]. Tapping on __Select Dates__ takes you to a calendar built
completely from scratch. It makes a heavy usage of Compose's state APIs.
- Destination's __Details__ [screen][details]. When tapping on a destination, a new screen
Expand Down Expand Up @@ -117,5 +117,5 @@ limitations under the License.
[detailsViewModel]: app/src/main/java/androidx/compose/samples/crane/details/DetailsViewModel.kt
[homeTest]: app/src/androidTest/java/androidx/compose/samples/crane/home/HomeTest.kt
[detailsTest]: app/src/androidTest/java/androidx/compose/samples/crane/details/DetailsActivityTest.kt
[coil-accompanist]: https://google.github.io/accompanist/coil/
[coil]: https://coil-kt.github.io/coil/
[hilt]: https://d.android.com/hilt
1 change: 0 additions & 1 deletion Jetchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ limitations under the License.
```

[compose]: https://developer.android.com/jetpack/compose
[coil-accompanist]: https://google.github.io/accompanist/coil/
4 changes: 2 additions & 2 deletions Jetsnack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Jetsnack utilizes custom [`Layout`](https://developer.android.com/reference/kotl
## Data
Domain types are modelled in the [model package](app/src/main/java/com/example/jetsnack/model), each containing static sample data exposed using fake `Repo`s objects.

Imagery is sourced from [Unsplash](https://unsplash.com/) and loaded using [coil-accompanist][coil-accompanist].
Imagery is sourced from [Unsplash](https://unsplash.com/) and loaded using the [Coil][coil] library.

## Baseline Profiles
For [Baseline profiles](https://developer.android.com/topic/performance/baselineprofiles), see the [compose-latest](https://github.com/android/compose-samples/tree/compose-latest/Jetsnack) branch.
Expand All @@ -77,4 +77,4 @@ limitations under the License.
```

[compose]: https://developer.android.com/jetpack/compose
[coil-accompanist]: https://google.github.io/accompanist/coil/
[coil]: https://coil-kt.github.io/coil/