Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbanes/insetter
Insetter is a library to help apps handle WindowInsets more easily
https://github.com/chrisbanes/insetter
android-ui windowinsets
Last synced: 3 months ago
JSON representation
Insetter is a library to help apps handle WindowInsets more easily
- Host: GitHub
- URL: https://github.com/chrisbanes/insetter
- Owner: chrisbanes
- License: apache-2.0
- Created: 2019-10-11T00:51:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T08:34:14.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T01:30:33.746Z (6 months ago)
- Topics: android-ui, windowinsets
- Language: Kotlin
- Homepage: https://chrisbanes.github.io/insetter
- Size: 3.62 MB
- Stars: 1,125
- Watchers: 23
- Forks: 41
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin - insetter - Insetter is a library to help apps handle WindowInsets more easily (Libraries)
README
# Insetter (deprecated)
Insetter has now been deprecated and archived. You can continue to use the published artifacts as required, but no further updates or support will be provided. Jetpack Compose is the future of UI development on Android, so all teams should plan migrations to it.
[![GitHub release](https://img.shields.io/maven-central/v/dev.chrisbanes.insetter/insetter)](https://search.maven.org/search?q=g:dev.chrisbanes.insetter)
Insetter is a library to help apps handle
[WindowInsets](https://developer.android.com/reference/android/view/WindowInsets.html) more easily. Please visit the [website](https://chrisbanes.github.io/insetter/) for more information.## Contributions
Please contribute! We will gladly review any pull requests.
Make sure to read the [Contributing](CONTRIBUTING.md) page first though.## License
```
Copyright 2019 Google LLC.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 athttps://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.
```[databinding]: https://developer.android.com/topic/libraries/data-binding
[snap]: https://oss.sonatype.org/content/repositories/snapshots/