Hy! my activity files are in java, and I am blank how to use weatherView in java (i am stuck in 2.0.3)
implementation 'com.github.MatteoBattilana:WeatherView:2.0.3'weatherView.setWeather(Constants.WeatherStatus.RAIN) .setOrientationMode(Constants.OrientationStatus.ENABLE) .setRainParticles(60) .setCurrentLifeTime(8000) .startAnimation();
It would be great if you can and how to use this library in java
Hy! my activity files are in java, and I am blank how to use weatherView in java (i am stuck in 2.0.3)
implementation 'com.github.MatteoBattilana:WeatherView:2.0.3'
weatherView.setWeather(Constants.WeatherStatus.RAIN) .setOrientationMode(Constants.OrientationStatus.ENABLE) .setRainParticles(60) .setCurrentLifeTime(8000) .startAnimation();
It would be great if you can and how to use this library in javaOriginally posted by @snowf0x in https://github.com/MatteoBattilana/WeatherView/issues/27#issuecomment-671771372