B4A Library [B4X] B4XGifView - Cross platform animated gif view - Erel Sep 29, 2021 (47 reactions) 95135
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 FLAnimatedImage libr B4A Library [B4X] [XUI] Animated Counter - Erel May 27, 2020 (30 reactions) Better implementation is included in XUI Views library. https://www.b4x..gif Class supported by B4i, B4A and B4J. The animation is very smooth (smoother than in the above animated gif). The class is available inside the attached B4J project. And depends on: XUI, JavaObject libraries. B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel May 13, 2024 (45 reactions) This is a simple to use, cross platform library, that does many complex things under the hood.
119767
The developer calls SetMedia with a placeholder panel and a url. The panel will show an image, video or animated gif (more formats will be added).
'Show a remote image / video / animated gif in P B4A Code Snippet Anywhere Software animated gif - LucaMs Dec 27, 2020 (22 reactions) V. 3
As you can see, the gif above are not "perfect", there are "noises", due to the tool I used to create them "capturing" the screen part (b4j form), LICEcap.
For this new version I used this new library (author: @Blueforcer):
Animated GIF encoder
and this is the result, without dirt, as you can B4J Library Animated GIF Encoder - Blueforcer Jul 19, 2019 (9 reactions) This Library allows you to create your own GIFs from Images.
Dim gif As AnimatedGifEncoder
gif.Initialize
gif.setSize(160,160)
gif.Delay=250
gif.Quality=10
gif.Repeat=0
Dim filename As String = "sample.gif"
Dim out As OutputStream
out = File.OpenOutput(File.DirApp, filename, False)
gif.start(o B4A Library [B4X][XUI] AnimatedArrow - focus the user attention - Erel Nov 21, 2018 (21 reactions) https://www.b4x..gif Usage: - Declare and initialize an AnimatedArrow object. - Call Show with the parent, target point and angle. Each object should be used once. It is compatible with B4A, B4i and B4J. Make sure to use the latest versions of XUI library. The number of steps is reduced in debug B4i Library Gif View - Haris Hafeez Jun 15, 2015 (4 reactions) Hello All,
Continuing to have a a bit of fun with libraries, I'm making a GIF View available for your use.
The goal of GIF View is to allow you to embed animated GIF in your apps. As things stand, I couldn't find any over here so I wrapped up a popular library that does this for us. This library i B4i Question Animated gif In webview. - BillMeyer (first post) Oct 23, 2017 (2 reactions) Try this:
Dim txt As String
txt = "<html><head></head><body><img width=""100%"" height=""100%"" src=file:///"&File.Combine(File.DirAssets,"MyGif.gif")&"></body></html>"
WebView1.LoadHtml(txt) B4A Question Effect coins - Erel (first post) Jul 26, 2020 (1 reaction) A simple solution is to use an animated gif for this: B4XGifView - Cross platform animated gif view B4A Question GIF animation - Informatix (first post) Nov 02, 2015 (2 reactions) GIF is limited to 256 colors and animated GIFs have very basic animation features. GIF images occupy in memory the same room as PNG images with millions of colors so why bother with this old format? Page: 1 2 3 4 5 6 7 Powered by ColBERT |