【发布时间】:2015-12-31 10:53:07
【问题描述】:
我正在构建一个 POS android 应用程序,并希望实现收据打印的动画。类似于 MobilPay https://youtu.be/2B4992fh-pA 。我似乎不知道从哪里开始。
【问题讨论】:
标签: android performance android-layout animation effect
我正在构建一个 POS android 应用程序,并希望实现收据打印的动画。类似于 MobilPay https://youtu.be/2B4992fh-pA 。我似乎不知道从哪里开始。
【问题讨论】:
标签: android performance android-layout animation effect
你必须在你的项目中创建一个 Animation 文件夹并将代码放在那里(res->animation)。这些链接可能会对您有所帮助,
https://github.com/2359media/EasyAndroidAnimations https://github.com/lgvalle/Material-Animations
【讨论】: