B4A Question How to display a gif؟ - DonManfred (first post)    Dec 30, 2019   (1 reaction)
please help me...
That´s not the correct way to get help!
The forum search is working, just use it: Display gif
Android does not support GIF natively...... B4A Question [SOLVED] GIFs cannot be displayed in all use PreoptimizedCLV - winjiadh (first post)    Jun 6, 2023
Use this code to use stringUtils instead of textreader.
Dim su As StringUtils 'mahares
Dim... B4A Question [B4X] [B4XPages] - Splash Screen (animated gif mod) - luke2012    Jan 8, 2021 Hi all, within a App I'm running the B4XPages Splash Screen (https://www.b4x.com/android/forum/threads/b4x-b4xpages-splash-screen.120851) by @Erel. Before start coding, I have a couple of ("briefing") questions: 1) I wish to make a mod to it in order to display an animated gif instead the static image. Which is the suggested library to integrate within the B4XPages Splash Screen? 2) There are any specific / special code changes (in order to run an animated gif as cross... B4A Question How to display a .gif in an ImageView - Azhar (first post)    Sep 2, 2012 Hi
Finally at last I found the problem!
Since the imageview was created in designer, I only ha... B4A Tutorial Displaying Animated GIF - agraham (first post)    Feb 17, 2011 Android doesn't support animated gifs. You can try using my Animated GIF decode library. Check out the demo in the archive.... B4A Question How to display the animated gif - NJDude (first post)    May 16, 2012 You will have to use THIS library.... B4A Library [B4X] B4XGifView - Cross platform animated gif view - Erel    Nov 19, 2025   (53 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... Wish PageTurnView (Andrew Graham) - Beja    Aug 6, 2020 I wish Andrew adds the possibility to display animated GIF. A new paid or donationware version .... B4A Library Animated GIF decode library - agraham    May 19, 2014   (7 reactions) It seems as though Android, like Windows Mobile, doesn't support the display of animated Gifs... a simple workaround: http://www.b4x.com/android/forum/threads/animated-gif-decode-library.6879/page... B4A Code Snippet a Simple Way to Diplay Gif Images - khwarizmi    Sep 1, 2021   (1 reaction) The basic idea is derived from Erel code to display an image from dirassets in HTML code, this image can be a gif image and then displayed by the webview. Sub DisplayGif(FileName As String,lf As Int,tp As Int) Dim img As Bitmap img.Initialize(File.DirAssets,FileName) Dim w,h As Int w=img.Width : h=img.Height Dim wb As WebView wb.Initialize("") Activity.AddView(wb,lf,tp,w,h) Dim imgasset As String Dim jo As JavaObject jo.InitializeStatic... Page: 1   2   3   4   5   6   7   |