Tang

Results 12 comments of Tang

@Sum41forever 感谢你的建议,如果有合适的文章,欢迎给我提 PR:)

Hi CyberWarriorZ, Can you show me your code?

Hi EgyptianM, I am very very sorry, WaveLoadingView can not support the minSdkVersion to 11 temporarily.

Can you build this project properly? Or just can't show preview?

It seems to be a common problem caused by AS. This post would be help. (http://stackoverflow.com/questions/16592965/android-studio-layout-editor-cannot-render-custom-views)

Hi @erhutime At present, there is no such a method, however, this function needs more, so I decided to add the feature in the next version, I will realize it...

Hi @erhutime I just updated the library to v0.3.4, now it supports the pause/resume operation. If your minSdkVersion >= 19, you can use 'pauseAnimation()/resumeAnimation', otherwise you can use 'cancelAnimation()/startAnimation()'. I...

你好: 我刚刚测试了下,对于你提出的问题:1. 请问你有正确初始化 'WaveLoadingView' 吗?2. 你当前的 SDK 版本是否大于 19?否则暂停需调用 'cancelAnimation'. 3. 如果想从底部开始,初始化使用 'setProgressValue(0)' 即可,随后不断调用,增加数值即可。

感谢反馈,我现在进行测试,发现问题后会反馈给你的,再次感谢:)

你好,我刚刚测试了下,在 listView 中可以正常停止与设置标题,请问你有正确获取 listView 中 Item 里对应的 "WaveLoadingView" 吗? 目前已知的问题时,当 ListView 滑出屏幕后,会有复用的情况,也就是说,这里需要做相应的处理。