MatteoBattilana / WeatherView

WeatherView is an Android Library let you make cool weather animations for your app
Apache License 2.0
514 stars 80 forks source link

Add Java example into README #28

Closed MatteoBattilana closed 4 years ago

MatteoBattilana commented 4 years ago

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

Originally posted by @snowf0x in https://github.com/MatteoBattilana/WeatherView/issues/27#issuecomment-671771372

MatteoBattilana commented 4 years ago

Please refer to the Java example section for the simplest Java example.