Luolc / EmojiRain

Implement a simple and funny Android animation —— the emoji rain in WeChat app.
Apache License 2.0
615 stars 97 forks source link

Issue #2: remove the dependency of RxJava #6

Open whyalwaysmea opened 7 years ago

whyalwaysmea commented 7 years ago

I add method startDrop() and stopDrop() . It used Handler to start animation has frequency. I don't get ImageView in a new Thread, it's not normative. but it works normally. To be better, I think we can start a new Thread to get ImageView, then use Handler or post() start animation in mainThread. I'm not very good at View.