Skip to content

Utility for Android jetpack compose applications.

License

Notifications You must be signed in to change notification settings

karthyks/Composed

Repository files navigation

Latest version: 0.2.0

Composed

Utility library for Jetpack compose projects.

Overlay

Render dynamic jetpack compose overlay with ease.

Installation

implementation "io.github.karthyks:composed:{latest_version}"

Usage

class FullScreenDialog : Overlay {
    override val viewHolder: ViewHolder by viewHolder { disposable ->
        RenderFullScreenDialogContent {
            disposable.dispose()
        }
    }
}
Overlay.mp4

About

Utility for Android jetpack compose applications.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Languages