Skip to content

Files

Latest commit

73a5c7b · Jun 14, 2024

History

History
This branch is 1 commit ahead of, 385 commits behind android/compose-samples:main.

Owl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 13, 2022
May 26, 2024
Oct 3, 2022
Jun 14, 2024
Nov 13, 2022
Aug 19, 2020
Aug 19, 2020
Mar 21, 2023
May 29, 2024
Apr 26, 2024
Nov 11, 2020
Jul 21, 2021
Oct 28, 2020
Oct 4, 2022

Owl sample

This sample is a Jetpack Compose implementation of Owl, a Material Design study.

To try out this sample app, use the latest stable version of Android Studio. You can clone this repository or import the project from Android Studio following the steps here.

This sample showcases:

Screenshots

Features

The onboarding screen allows users to customize their experience by selecting topics. Notable features:

The courses screen displays featured and saved course and a search screen. Notable features:

Displays details of a selected course, featuring:

Owl follows Material Design, customizing colors, typography and shapes. These come together in Owl's multiple themes, one for each color scheme. Additionaly, Owl supports image and elevation theming, providing alternate images/elevations in light/dark themes.

Compose makes it simple to create a library of components and use them throughout the app. See:

Owl implements some utility functions of interest:

Data

Domain types are modelled in the model package, each containing static sample data exposed using fake Repos objects.

Imagery is sourced from Unsplash and Pravatar and loaded using coil.

License

Copyright 2020 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.