# horologist **Repository Path**: mirrors_google/horologist ## Basic Information - **Project Name**: horologist - **Description**: Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-20 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
|
|
|
|
## 📅 Composables
High quality prebuilt composables, such as Time and Date pickers.
- [horologist-composables](https://google.github.io/horologist/composables)
| DatePicker | TimePickerWith12HourClock | TimePicker |
|:---------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
|
|
| SegmentedProgressIndicator |
|:-------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
## 📐 Compose Layout
Layout related functionality such as a Navigation Aware Scaffold.
- [horologist-compose-layout](https://google.github.io/horologist/compose-layout)
| fillMaxRectangle() |
|:-------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
## 🔲 Compose Material
Opinionated implementation of the components of
the [Wear Material Compose library](https://developer.android.com/jetpack/androidx/releases/wear-compose)
, based on the specifications
of [Wear Material Design Kit](https://developer.android.com/design/ui/wear/guides/foundations/download)
.
- [horologist-compose-material](https://google.github.io/horologist/compose-material)
## 🔐 Auth
Libraries to help developers to build apps following
the [Sign-In guidelines for Wear OS](https://developer.android.com/training/wearables/design/sign-in)
.
- [horologist-auth-composables](https://google.github.io/horologist/auth-composables): composable
screens for authentication use
cases, with no dependency on the `auth-data` library.
- [horologist-auth-ui](https://google.github.io/horologist/auth-ui): composable screens for
authentication use cases, with integration
with the `auth-data` library
- [horologist-auth-data](https://google.github.io/horologist/auth-data): implementation for Wear
apps for most of the authentication
methods listed in
the [Authentication on wearables](https://developer.android.com/training/wearables/apps/auth-wear)
guide.
- [horologist-auth-data-phone](https://google.github.io/horologist/auth-data-phone): implementation
for Mobile apps for some of the
authentication methods provided by the `auth-data` library.
- [sample wear](https://google.github.io/horologist/auth-sample-apps/#wear-sample): sample wear app
to authenticate using different methods.
- [sample phone](https://google.github.io/horologist/auth-sample-apps/#phone-sample): sample phone
app to authenticate using different methods.
## DataLayer
The Horologist DataLayer library, provide common abstractions on top of the
[Wearable DataLayer](https://developer.android.com/training/wearables/data/data-layer).
It includes libraries to build
[prompts on the phone](https://google.github.io/horologist/datalayer-phone-ui/) to improve
engagement with the correspondent Wear app and a
[sample](https://google.github.io/horologist/datalayer-sample/) to see the prompts in actions.
Find guidance in the project [documentation](https://google.github.io/horologist/datalayer/).
## ☰ Tiles
Kotlin coroutines flavoured TileService.
[horologist-tiles](https://google.github.io/horologist/tiles)
---
## Why the name?
The name mirrors the [Accompanist](https://github.com/google/accompanist) name, and is also Watch
related.
https://en.wiktionary.org/wiki/horologist
> horologist (Noun)
> Someone who makes or repairs timepieces, watches or clocks.
## Contributions
Please contribute! We will gladly review any pull requests submitted.
Make sure to read the [Contributing](CONTRIBUTING.md) page to know what our expectations of
contributions are.
## License
```
Copyright 2023 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.
```