安卓图像转换
- android中为图像之间的图像转换制作动画的最佳方法是什么?
- 调整图像大小以适合屏幕的最佳方法是什么?
感谢大家
- What is the best way in android to make animation for image transition between images?
- what is the best way to re-size the image to fit the screen?
thanks to all
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用取景器。也许不是最好的,但如果您想在视图转换中自定义动画,它确实有效。
将图像设置为imageview或某些布局的背景。
use viewflipper. maybe not the best but it really works if you wanna customize animation in view transition.
set the image as the background of imageview or some layout.