-
I fail to use WeatherView in a Java Project.Could you add a Java sample which uses your WeatherView.
-
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(Cons…
-
@MatteoBattilana
I have successfully implemented this library in my app. And its working flawlessly.
But animation of 'WeatherView' stops abruptly when i try to take the screenshot.
Layout file:…
-
Is there any way to change the rain droplet to a custom image or atleast change its size?they're only ~2 pixel on my 6 inch test devices.
-
Hi
@MatteoBattilana
is it possible to change the size of snowfall particle?
-
https://vaadin.com/testing/framework
- [x] HomeView Tests
- [ ] UsersView tests
- [ ] ConfigurationView Tests
- [ ] WeatherView Tests
-
I want to use the [angular2-mqtt](https://www.npmjs.com/package/angular2-mqtt) in my app. I have an angular2-app which works fine and tried to port this to android.
The build works but when I start…
-
**Describe the bug**
Upon deploying the app to my OnePlus 6T from console using flutter run, app builds well and deploys properly, but weather functionality is broken on my device
Location was en…
-
WeatherView weatherView = findViewById(R.id.weatherView);
weatherView.setWeather(Constants.WeatherStatus.SUN);
weatherView.setFPS(60);
weatherView.startAnimation();
…
-
七天预报的折线Y轴计算有问题。布局居中之后两条折线的位置还是和居中之前是一样的。在WeatherView中具体计算我也看不太懂。