添加动画 GIF 到电子邮件/短信/whatsapp
我想知道如何将一些定制设计的动画 GIF 表情符号添加到 Android 中的本机应用程序(如 SMS/EMAIL)和其他应用程序(如 Whatsapp)?
我知道如何使用 AnimationDrawable 对象在 Android 中显示动画 Gif。我只想知道是否可以执行以下操作:
1)将自定义动画图像添加到 Whatsapp 应用程序。 2)以某种简单的方式将自定义动画图像添加到短信/电子邮件?
只要给我提示即可。我一直在到处寻找。
提前致谢。
I was wondering how to get to add some custom designed animated GIF emoticons to native applications in android like SMS/EMAIL and to other applications like Whatsapp?
I know how to display an animated Gif in Android using AnimationDrawable object. I just want to know if it's possible to do the following:
1) Add custom animated images to Whatsapp application.
2) Add custom animated images to SMS/EMAIL in some easy way?
Just give me hints. I have been looking everywhere.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非应用程序明确提供钩子供您使用特定动画/图像扩展其配置,否则无法将任何内容添加到现有应用程序 APK。据我所知,whatsapp 应用程序和默认电子邮件和短信应用程序不提供扩展挂钩,因此您将无法执行此操作。
Unless the application explicitly provides hooks for you to extend its configuration with particular animations/images there is no way to add any content to the existing application APKs. As far as I can tell the whatsapp application and the default email and sms apps do not provide extension hooks, so you won't be able to do this.