Update to Compose 1.0.0-alpha11
1 file changed
tree: 8d8fe9fadc083c3867958b2b0f1e76f82cb2c7d9
  1. .github/
  2. .idea/
  3. appcompat-theme/
  4. buildSrc/
  5. coil/
  6. docs/
  7. glide/
  8. gradle/
  9. imageloading-core/
  10. imageloading-testutils/
  11. images/
  12. insets/
  13. picasso/
  14. release/
  15. sample/
  16. spotless/
  17. .gitignore
  18. build.gradle
  19. checksum.sh
  20. CONTRIBUTING.md
  21. generate_docs.sh
  22. gradle.properties
  23. gradlew
  24. gradlew.bat
  25. LICENSE
  26. mkdocs.yml
  27. README.md
  28. settings.gradle
README.md

Accompanist logo

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:

Image loading

A number of libraries which integrate popular image loading libraries into Jetpack Compose:

📐 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.

Accompanist Snapshots

Snapshots of the current development version of Accompanist are available, which track the latest commit. See here for more information.


Why the name?

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.

Contributions

Please contribute! We will gladly review any pull requests. Make sure to read the Contributing page first though.

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.