Android Question How can I save an animation of views as a gif file, and share it in whatsapp ?

AnandGupta

Expert
Licensed User
Longtime User
I have views animation in my B4A app, from below example, CoolTime

Now I want user of my app to create a gif of the same and share it in Whatsapp.
I could not find any example for the same in the Forum search.

Need guidance of it.
 

Magma

Expert
Licensed User
Longtime User
...gif... you may be need some inline java...

Take an idea from here:

first snapshot... at bitmap/image and then send bytes to a java class to encode... will return you bytes of gif... and then you will save it... animation will be more difficult...
 
Upvote 0

Magma

Expert
Licensed User
Longtime User
aahhh wait a minute .... you may be can use my recdesk... changing a little the parameteres... of ffmpeg cmd line.. .you will do it...

sorry... now see B4A...
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
?
 
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
?
create from snapshot
 
Upvote 0
Top