https://github.com/cp-megh-l/render-effect-jetpack-compose
Explore the use of render effects in Jetpack Compose for captivating visual enhancements in your Android apps.
https://github.com/cp-megh-l/render-effect-jetpack-compose
android jetpack-compose kotlin render-effect
Last synced: over 1 year ago
JSON representation
Explore the use of render effects in Jetpack Compose for captivating visual enhancements in your Android apps.
- Host: GitHub
- URL: https://github.com/cp-megh-l/render-effect-jetpack-compose
- Owner: cp-megh-l
- Created: 2023-10-18T06:47:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T09:28:16.000Z (over 2 years ago)
- Last Synced: 2025-03-23T08:05:02.733Z (over 1 year ago)
- Topics: android, jetpack-compose, kotlin, render-effect
- Language: Kotlin
- Homepage:
- Size: 1.78 MB
- Stars: 44
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring RenderEffect In Compose
For detailed implementation checkout:
[Medium Blog](https://blog.canopas.com/how-to-use-render-effects-in-jetpack-compose-for-stunning-visuals-01287d7f00db?source=collection_home---------0----------------------------)
### ExpandableFabRenderEffect

### TextRenderEffect

### ImageRenderEffect

# Licence
```
Copyright 2022 Canopas Software LLP
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
http://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.
```