Skip to content
Merged
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: 3 additions & 1 deletion Jetcaster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# Jetcaster sample 🎙️

Jetcaster is a sample podcast app, built with [Jetpack Compose][compose]. The goal of the sample is to
showcase building with Compose across multiple form factors (mobile, TV, and Wear) and full featured architecture.
showcase building with Compose across multiple form factors (mobile, TV, and Wear) and full featured architecture. This sample also showcases Material Expressive elements.

Set your device to dark theme when trying out Jetcaster. This app features a dark theme as the primary theme of the app, since contextually media apps benefit greatly from dark themes. It also shows that contrast and expressive design can still be honored with dark themes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The statement 'This app features a dark theme as the primary theme of the app' could be slightly clarified. While the strong recommendation to use dark theme is excellent for guiding users to the intended showcase experience, 'primary theme' might imply that the app always defaults to dark or that its light theme is significantly less supported. However, the theming code (e.g., in mobile/.../Theme.kt) respects the system's current setting via isSystemInDarkTheme().

To enhance clarity and align perfectly with the app's behavior while still emphasizing the dark theme, consider a slight rephrasing. This helps ensure users on light-themed systems understand why dark theme is recommended if the app initially respects their light system theme.

Suggested change
Set your device to dark theme when trying out Jetcaster. This app features a dark theme as the primary theme of the app, since contextually media apps benefit greatly from dark themes. It also shows that contrast and expressive design can still be honored with dark themes.
Set your device to dark theme when trying out Jetcaster. Jetcaster's design is best showcased in its dark theme, which is why we recommend this setting; media apps contextually benefit greatly from dark themes. It also shows that contrast and expressive design can still be honored with dark themes.


To try out this sample app, use the latest stable version
of [Android Studio](https://developer.android.com/studio).
Expand Down