I found this link in another forum. The presentation is so cool that I am wondering if we make something similar in B4X, i.e. display big time-line data in such a cool and smooth manner ! And yes, hope B4X goes to top in 2020 ! Regards, Anand
www.b4x.com
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.
I hope you guys can help me with this one. I'm not sure if it is a bug in Java or if I'm doing something wrong, but I'll go with the latter. I want to turn a BufferedImage into a GIF image. I then...
stackoverflow.com
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...
RECdesk - A simple and solid "utility" to record your Windows Desktop. The whole idea is not mine - there are thousands of those utilities... like ShareX (actually I liked this a lot)... but i think having my utility - you will forget all these.... sometimes simple is better.. Is a very good...
I was missing a cross platform, animated gif view, so created one. Usage is simple: Add with the visual designer and call SetGif to set the gif file. The B4i implementation depends on FLAnimatedImage open source project: https://github.com/Flipboard/FLAnimatedImage The B4A implementation is...
I was missing a cross platform, animated gif view, so created one. Usage is simple: Add with the visual designer and call SetGif to set the gif file. The B4i implementation depends on FLAnimatedImage open source project: https://github.com/Flipboard/FLAnimatedImage The B4A implementation is...
This is a wrapper for this github project GIFEncoder Author: DonManfred (wrapper) Version: 1 AnimatedGifEncoder Methods: Initialize (EventName As String) IsInitialized As Boolean addFrame (im As Bitmap) As Boolean Adds next GIF frame. The frame is not written immediately, but is actually...