An open API service indexing awesome lists of open source software.

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.

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