Android自定义通知与大动画gif图像

时间:2017-03-15 07:37:05

标签: android image notifications gif remoteview

我想使用大型动画gif图像制作自定义通知。所以我找不到解决方案来解决这个问题。 因为我只能使用RemoteView来进行客户布局。 Creating custom android notification without RemoteView

但是RemoteView只支持一些基本视图 https://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout

我该怎么做?

1 个答案:

答案 0 :(得分:3)

没有好的解决方案,但你可以使用这个技巧:

您可以将imageView设置为您的通知的remoteView,然后更改您的imageView每个GIF帧的图像并更新您的remoteView imageView图像和您的通知,您应该在单独的线程上执行此操作,因为它很昂贵!

为了将你的GIF夹板分开,你可以试试这个问题:

拆分项目的一面:

https://ezgif.com/split

在项目内部和运行时分割:

Split GIF into frames

如果此解决方案适合您,请通知我