Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canopas/compose-intro-showcase
Highlight different features of the app using Jetpack Compose
https://github.com/canopas/compose-intro-showcase
android android-development android-library app-intro feature intro jetpack jetpack-android jetpack-compose jetpack-compose-tutorial kotlin kotlin-library material-design showcase
Last synced: 4 days ago
JSON representation
Highlight different features of the app using Jetpack Compose
- Host: GitHub
- URL: https://github.com/canopas/compose-intro-showcase
- Owner: canopas
- License: other
- Created: 2022-01-31T07:00:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T10:04:51.000Z (8 months ago)
- Last Synced: 2024-05-23T09:06:38.468Z (5 months ago)
- Topics: android, android-development, android-library, app-intro, feature, intro, jetpack, jetpack-android, jetpack-compose, jetpack-compose-tutorial, kotlin, kotlin-library, material-design, showcase
- Language: Kotlin
- Homepage: https://canopas.github.io/compose-intro-showcase/
- Size: 19.8 MB
- Stars: 421
- Watchers: 2
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Intro Showcase View
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-Intro--showcase--view-green.svg?style=flat )]( https://android-arsenal.com/details/1/8387 )
An android library to highlight different features of the app built using Jetpack Compose.
The library is inspired by the [TapTargetView](https://github.com/KeepSafe/TapTargetView) that is useful for legacy views.
## Configuration
Available on [Maven Central](https://search.maven.org/artifact/com.canopas.intro-showcase-view/introshowcaseview).
Add the dependency
```gradle
implementation 'com.canopas.intro-showcase-view:introshowcaseview:2.0.1'```
# Documentation
Please see [sample application](https://github.com/canopas/Intro-showcase-view/tree/master/app) and [the website](https://canopas.github.io/compose-intro-showcase/) for more information.# Further reading
For more details about the library implementation, checkout the [Article](https://blog.canopas.com/intro-showcase-view-in-jetpack-compose-ac044cd3bf28)# Bugs and Feedback
For bugs, questions and discussions please use the [Github Issues](https://github.com/canopas/Intro-showcase-view/issues).# Credits
Intro showcaseview is owned and maintained by the [Canopas team](https://canopas.com/). You can follow them on Twitter at [@canopassoftware](https://twitter.com/canopassoftware) for project updates and releases. If you are interested in building apps or designing products, please let us know. We'd love to hear from you!
```
Copyright 2022 Canopas Software LLPLicensed 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 athttp://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.
```