我怎样才能像在 MobilePay 上一样实现 android 打印收据的动画?
how can i implement android animation of printing a receipt like on MobilePay?
我正在构建一个 POS android 应用程序,并且想实现收据打印的动画。与 MobilPay https://youtu.be/2B4992fh-pA 中的类似。我似乎不知道从哪里开始。
你必须在你的项目中创建一个动画文件夹并将代码放在那里(res->animation)。这些链接可能对您有所帮助,
https://github.com/2359media/EasyAndroidAnimations
https://github.com/lgvalle/Material-Animations
我正在构建一个 POS android 应用程序,并且想实现收据打印的动画。与 MobilPay https://youtu.be/2B4992fh-pA 中的类似。我似乎不知道从哪里开始。
你必须在你的项目中创建一个动画文件夹并将代码放在那里(res->animation)。这些链接可能对您有所帮助,
https://github.com/2359media/EasyAndroidAnimations https://github.com/lgvalle/Material-Animations