android-snowfall icon indicating copy to clipboard operation
android-snowfall copied to clipboard

Fully customizable implementation of "Snowfall View" on Android.

Results 8 android-snowfall issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting the `Failed to resolve: com.github.jetradarmobile:android-snowfall:1.2.0` Error, is this library still available?

if I stop it on the onCreate, the animation always continuous...

Starts falling again from top when orientation change i think in to the library project configurationwith screenlayout change isnt added in activity .in manifest

I want to change snow flake image programmatically. Please do something and let me know through email. Above issues is the only missing in this library. Thank you so much...

I am trying to integrate this snowfall effect in recyclerview and it is looking quite good. But without snowfall effect recyclerview is scrolling smoothly and integration of snowfall makes recyclerview...

xml configuration is too rigid! ` public fun setSnowflakeImage(snowflakeImage: Bitmap){ this.snowflakeImage = snowflakeImage; } `

I have my Editext field and snow fall animations at the same page. When i try to enter text in the edittext field it takes more time for the text...

The code is not thread-safe. There are two threads accessing the snowflake objects at the same time, the main thread in onDraw() and a background thread. This can cause the...