Skip to content

Commit

Permalink
Update Owl/README.md
Browse files Browse the repository at this point in the history
@nickbutcher Thanks!

Co-authored-by: Nick Butcher <[email protected]>
  • Loading branch information
lhoyong and nickbutcher authored Apr 27, 2021
1 parent 2b51dec commit 350f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Owl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Compose makes it simple to create a library of components and use them throughou
#### [Utilities](app/src/main/java/com/example/owl/ui/utils/)
Owl implements some utility functions of interest:
* [Window insets](https://goo.gle/compose-insets) will likely be provided by the Compose library at some point. Until then this demonstrates how it can be implemented.
* [NavGraph](app/src/main/java/com/example/owl/ui/NavGraph.kt) is navigate between composables while taking advantage of the [Navigation component’s](https://developer.android.com/jetpack/compose/navigation) infrastructure and features.
* [NavGraph](app/src/main/java/com/example/owl/ui/NavGraph.kt) models navigation within the app using [Jetpack Navigation](https://developer.android.com/jetpack/compose/navigation).

## Data
Domain types are modelled in the [model package](app/src/main/java/com/example/owl/model), each containing static sample data exposed using fake `Repo`s objects.
Expand Down

0 comments on commit 350f71f

Please sign in to comment.