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

No wiki and also no proper guide to how to use. #27

Closed vivekpanchal closed 2 years ago

vivekpanchal commented 4 years ago

No Wiki also I found no proper guide to how to start the animation and everything, I can only implement the library after that I am blank. I don't find any good guide on how to use this library also I have set the weather data still nothing working. please provide step by step guide on how to use this library.

MatteoBattilana commented 4 years ago

Hi @vivekpanchal,

Can you provide your test device specifications? I'll try to figure out the problem. Did you take a look at the sample app?

You're right about the lack of documentation, I've already scheduled a task that will be done as soon as possibile.

MatteoBattilana commented 4 years ago

I've just create a project, you can follow the develop process here

snowf0x 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

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

Hi, I've just added a simple Java example to the README. I'll add the entire wiki as soon as possible java example