MonetCompat icon indicating copy to clipboard operation
MonetCompat copied to clipboard

App-level wallpaper color palette generation for Android 5.0+

Results 3 MonetCompat issues
Sort by recently updated
recently updated
newest added

I followed the setup guide (enable PaletteCompat in Application, implement custom MonetCompatActivity based on ComponentActivity, using MonetCompatDynamicTheme) but I'm getting this error when trying to run my application ``` java.lang.NoSuchMethodError:...

1. `MonetCompat` is a singleton that stores its own instance in the `INSTANCE` field. The problem is that `MonetCompatActivity` creates it by passing itself as context. As a result, when...