You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just use this: com.jetradarmobile.snowfall.SnowfallView snow; snow = findViewById(R.id.snow); snow.setVisibility(View.VISIBLE);
And in your desired layout xml file: <com.jetradarmobile.snowfall.SnowfallView android:id="@+id/snow" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="invisible" />
If you want to start/stop it you can use for example SharedPreferences.
if I stop it on the onCreate, the animation always continuous...
The text was updated successfully, but these errors were encountered: