YorkYu
YorkYu
Well, you already did a great job. I have found that `ViewFlipper` already has `flipInterval`, so we might use this code `android:flipInterval="3000"` in xml . In `ViewAnimator`'s super parent ,...
``` java @BindingAdapter({"imageUrl", "error"}) public static void loadImage(ImageView view, String url, Drawable error) { Log.d(App.TAG, "load image"); Picasso.with(view.getContext()).load(url).error(error).into(view); } ``` 楼主`@BindingAdapter({"bind:imageUrl", "bind:error"})`中多了bind,我也不知道为什么。
@xiebruce 不知道使用 onedrive 后加载图片的稳定性,现在看来还不错。你需要测试账户可以邮件给我 开账号。
@xiebruce 已回,请查收!
@xiebruce 啊?我没删除啊(会不会自动删除啥的),这段时间都没去管,有啥需要邮件联系我就行。
确实是的,现在好像非世纪互联联也绕路,打算 rclone 挂载用,还好服务器是不限流量的。
Agree, I think author @H07000223 might add material design ripple effect into this view. Hope update!
麻烦把问题说清楚!我也在用,描述出来才能修改!
@happyHou ``` 在onDetachedFromWindo()里应该加一个是正在滑动的判断再pauseScroll()可能会好些吧? ```