Accompanist is a group of libraries that contains some utilities which I've found myself copying around projects which use Jetpack Compose. Currently, it contains:
A number of libraries which integrate popular image loading libraries into Jetpack Compose:
- 🖼️ Coil image loading composables
- 🖼️ Picasso image loading composables
- 🖼️ Glide image loading composables
📐 Insets
A library which brings WindowInsets support to Jetpack Compose.
Jetpack Compose is a fast-moving project and I'll be updating these libraries to match the latest tagged release as quickly as possible. Each release listing will outline what version of Compose libraries it depends on.
Snapshots of the current development version of Accompanist are available, which track the latest commit. See here for more information.
The library is all about adding some utilities around Compose. Music composing is done by a composer, and since this library is about supporting composition, the supporting role of an accompanist felt like a good name.
Please contribute! We will gladly review any pull requests. Make sure to read the Contributing page first though.
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.