Android Question How can i view APNG animation ?

drgottjr

Expert
Licensed User
Longtime User
works in a webview. otherwise, you have to find someone to wrap one of the jars/aars out there for you. technically, you could work directly with a jar and javaobject. my understanding is that there are 2 problems: one is the decoder, the other is the (custom) imageview to support it. if you want something right now, use a webview.
 
Upvote 0

mr.gedo

Member

Thank you for your reply

The webview is not good becuse it's not transparent and i can't control the dimensions also

i found this lib in github

https://github.com/oupson/Kapng-Android

but I don't know how to convert it to b4a

Best Regards
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
of course you can control a webview's dimensions. it has properties just like any other view.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…