B4A Library [B4X][XUI] ImageSlider - Erel    Oct 29, 2018   (23 reactions)   tags: image, ImageSlider, B4X, XUI, IMG SLIDER ImageSlider1_GetImage (Index As Int) As ResumableSub Return xui.LoadBitmapResize(File.DirAssets, $"test_${Index + 1}.jpg"$, _ ImageSlider1.WindowBase.Width, ImageSlider1.WindowBase.Height...ImageSlider custom view is compatible with B4A, B4i and B4J. https://www.b4x.com/basic4android... are cached. Sliding gestures. Flexible data source. Cross platform. Usage: 1. Add ImageSlider with the designer. 2. Set the number of images: ImageSlider1.NumberOfImages = 4 3. Implement... B4i Tutorial [B4X] CustomListView with multiple ImageSliders - Erel    Sep 14, 2018   (5 reactions) Example of creating a xCustomListView with multiple ImageSliders (https://www.b4x.com/android/forum... values are set to a custom type that holds the ImageSlider and the list of images. Each slider can have a different list of images. ImageSlider.Tag is set to the item index. The image is returned with: Sub ImageSlider1_GetImage (Index As Int) As ResumableSub Dim slider As ImageSlider = Sender Dim IndexInList As Int = slider.Tag Dim si As SliderAndImages = CustomListView1.GetValue... B4A Library [B4X][XUI] xImageSliderIG - Instagram style image and video slider - Biswajit    Dec 25, 2020   (31 reactions) This Instagram style image and video slider is compatible with B4A and B4I.
xImageSliderIG
Author... on tap events
Image item map format:
data: your data that will be returned on tap
image: bitmap / url... B4A Library Image Slider wrapper (daimajia.AndroidImageSlider) - Asim A Baki    Oct 29, 2015   (30 reactions) .AndroidImageSlider
from https://github.com/daimajia/AndroidImageSlider
https://camo.githubusercontent.com...)
Slider.AddSlide("House of Cards", "http://cdn3.nflximg.net/images/3093/2043093... B4A Library [B4X] [XUI] AS Image Comparison Slider - Alexander Stolte    Feb 24, 2024   (17 reactions) it here by Paypal. :) This view was inspired by Image Comparison Slider and this. Features cross-platform compatible image compare 930289302993034 ASImageComparisonSlider Author: Alexander Stolte Version: 1.00 ASImageComparisonSlider Fields: xcv_main As B4XCanvas Functions: Class_Globals... As B4XView getImage2 As B4XView getSliderLabel As B4XView getSliderPanel As B4XView Initialize (Callback... initialized. setImages (img1 As B4XBitmap, img2 As B4XBitmap) As String Properties... Wish ImageSlider and SimplemediaManager - MarcoRome    Nov 20, 2023 Hi All.
A few years ago, this excellent class was developed that performed a slider on photos... not only images but possibly also videos, etc.... B4A Question xImageSlider B4XPage - MarcoRome    Nov 20, 2023 Hi All.
Have any of you tried xImageSlider with B4XPage.
It works on B4A, but not on B4i.
Am I missing something ?
Pls, when open project Ctrl + click to sync files ( I copied the images only under the Shared folder )... B4A Question [solved] Flush images in ImageSlider - josejad    Nov 30, 2018 .Visible = True ListOfPictures = Value 'Global variable ImageSlider1.NumberOfImages = ListOfPictures.Size ImageSlider1.PrevImage For i = 0 To Index ImageSlider1.NextImage 'Go to the clicked image as seen in a thread Next End Sub Sub ImageSlider1_GetImage (Index...(Starter.Folder & "/", ListOfPictures.Get(Index), _ ImageSlider1.WindowBase.Width, ImageSlider1.WindowBase.Height, True) End Sub I have two problems: 1.- When I close the panel... B4A Library [Moved] xImageSliderIG - Brandsum    Jun 23, 2020   (21 reactions)   tags: image slider horizontal, Xui Moved to https://www.b4x.com/android/forum/threads/b4x-xui-ximagesliderig-instagram-style-image-and-video-slider.119402/... B4A Class JustImgSlider - simple horizontal image slider class - peacemaker    Aug 2, 2019   (18 reactions)   tags: Images, image slide as you like.
Here is an image slider class, horizontal:
slide to left to the next image
slide to the right to the prev image
position status label
images from Internet are possible, thanks to the new... Page: 1   2   3   4   |