ArchiveorgSoftwareA collection of extension libraries for Jetpack Compose Accompanist is a group of libraries that aim to supplement Jetpack Compose[1] with features that are commonly required by developers but not yet available.Accompanist is a labs like environment for new Compose APIs. We use it to help fill known gaps in the Compose toolkit, experiment with new APIs and to gather insight into the development experience of developing a Compose library. The goal of these libraries is to upstream them into the official toolkit, at which point they will be deprecated and removed from Accompanist.For more details like, why does this library exist? Why is it not part of AndroidX? Will you be releasing more libraries? Check out our Accompanist FAQ[2].Compose versionsEach release[3] outlines what version of the Compose UI libraries it depends on. We are currently releasing multiple versions of Accompanist for the different versions of Compose: Compose 1.0 (1.0.x) Compose 1.1 (1.1.x) Compose UI 1.2 (1.2.x) Compose UI 1.3 & 1.4 (1.3.x) For stable versions of Compose, we use the latest stable version of the Compose compiler. For non-stable versions (alpha, beta, etc), we use the latest compiler at the time of release. :warning: Ensure you are using the Accompanist version that matches with your Compose UI version: If you upgrade Accompanist, it will upgrade your Compose libraries version via transitive dependencies.Libraries🍫 System UI Controller[4]A library that provides easy-to-use utilities for recoloring the Android system bars from Jetpack Compose.🎨 AppCompat Theme Adapter[5]A library that enables the reuse of AppCompat[6] XML themes, for theming in Jetpack Compose.🎨 Material Theme Adapter[7]A library that enables the reuse of MDC-Android[8] Material 2 XML themes, for theming in Jetpack Compose.🎨 Material 3 Theme Adapter[9]A library that enables the reuse of MDC-Android[10] Material 3 XML themes, for theming in Jetpack Compose.📖 Pager[11]A library that provides utilities for building paginated layouts in Jetpack Compose, similar to Android's ViewPager[12].📫 Permissions[13]A library that provides Android runtime permissions[14] support for Jetpack Compose.⏳ Placeholder[15]A library that provides easy-to-use modifiers for displaying a placeholder UI while content is loading.🌊 Flow Layouts[16]A library that adds Flexbox-like layout components to Jetpack Compose.🧭✨Navigation-Animation[17]A library which provides Compose Animation[18] support for Jetpack Navigation Compose.🧭🎨️ Navigation-Material[19]A library which provides Compose Material[20] support, such as modal bottom sheets, for Jetpack Navigation Compose.🖌️ Drawable Painter[21]A library which provides a way to use Android Drawables as Jetpack Compose Painters.🌏 Web[22]A wrapper around WebView for basic WebView support in Jetpack Compose.📜 Adaptive[23]A library providing a collection of utilities for adaptive layouts.🗜 Test Harness[24]Utilities for testing Compose layouts.📐 Insets[25] (Deprecated)See our Migration Guide[26] for migrating to Insets in Compose.⬇️ Swipe to Refresh[27] (Deprecated)See our Migration Guide[28] for migrating to PullRefresh in Compose Material.🎨 AppCompat Theme Adapter[29] (Deprecated)See our Migration Guide[30] for migrating to the new artifact in Accompanist.Future?Any of the features available in this group of libraries may become obsolete in the future, at which point they will (probably) become deprecated. We will aim to provide a migration path (where possible), to whatever supersedes the functionality.SnapshotsSnapshots of the current development version of Accompanist are available, which track the latest commit. See here[31] for more information. Why the name?The library is all about adding some utilities around Compose. Music composing is done by acomposer, and since this library is about supporting composition, the supporting role of an accompanist[32] felt like a good name.ContributionsPlease contribute! We will gladly review any pull requests.Make sure to read the Contributing[33] page first though.License```Copyright 2020 The Android Open Source ProjectLicensed 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 athttps://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.``` To restore the repository download the bundle wget https://archive.org/download/github.com-google-accompanist_-_2022-12-02_17-26-50/google-accompanist_-_2022-12-02_17-26-50.bundle and run: git clone google-accompanist_-_2022-12-02_17-26-50.bundle Source: https://github.com/google/accompanist[34]Uploader: google[35]Upload date: 2022-12-02 References^ Jetpack Compose (developer.android.com)^ Accompanist FAQ (medium.com)^ release (github.com)^ System UI Controller (archive.org)^ AppCompat Theme Adapter (archive.org)^ AppCompat (developer.android.com)^ Material Theme Adapter (archive.org)^ MDC-Android (github.com)^ Material 3 Theme Adapter (archive.org)^ MDC-Android (github.com)^ Pager (archive.org)^ ViewPager (developer.android.com)^ Permissions (archive.org)^ Android runtime permissions (developer.android.com)^ Placeholder (archive.org)^ Flow Layouts (archive.org)^ Navigation-Animation (archive.org)^ Compose Animation (developer.android.com)^ Navigation-Material (archive.org)^ Compose Material (developer.android.com)^ Drawable Painter (archive.org)^ Web (archive.org)^ Adaptive (archive.org)^ Test Harness (archive.org)^ Insets (archive.org)^ Migration Guide (google.github.io)^ Swipe to Refresh (archive.org)^ Migration Guide (google.github.io)^ AppCompat Theme Adapter (archive.org)^ Migration Guide (google.github.io)^ here (archive.org)^ accompanist (en.wikipedia.org)^ Contributing (archive.org)^ https://github.com/google/accompanist (github.com)^ google (github.com)

weiterlesen: RSS Quelle öffnen