Compose Dynamic Theme

Provides Dynamic Theme for Jetpack Compose.

Add to Wishlist
Add to Wishlist

Description

Dynamic Theme is a Material Design-based Theme Management System for Android Jetpack Compose. Up until now, changing the theme on Android has been a very difficult task. Dynamic Theme was created to make Android’s theme management easy. Theming can be applied by simply adding ‘ProvidesTheme’ to the top-level declaration in Jetpack Compose.

class MainActivity : ComponentActivity() {
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContent {
            DynamicThemeService.get().ProvidesTheme {
                // Add Compose Functions
            }
        }
    }

Code: https://github.com/seyoungcho2/ComposeDynamicTheme

Author

Additional information

Tech Stack:

Reviews

There are no reviews yet.

Be the first to review “Compose Dynamic Theme”

Your email address will not be published. Required fields are marked *