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] AS Image Comparison Slider - Alexander Stolte    Jan 25, 2025   (23 reactions) it here by Paypal. :)
This view was inspired by Image Comparison Slider and this.
930289302993034
AS_ImageComparisonSlider
Author: Alexander Stolte
Version: 1.01
ASImageComparisonSlider
Events...
DescriptionLabel_Right As B4XView
Image1 As B4XView
Image2 As B4XView
SliderLabel As B4XView
SliderPanel As B4XView... get and set SliderPosition
Github: github.com/StolteX/AS_ImageComparisonSlider
Have Fun :)
https... B4A Library [B4X][XUI] xImageSliderIG - Instagram style image and video slider - Biswajit    Dec 25, 2020   (32 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 Before-after image slider library - jkhazraji    Jan 25, 2025   (6 reactions) , "afterImg.jpg")
2- set Images:
beforeAfterImgSlider1.setImages(beforeBmp, afterBmp)
3... of the before image is shown.
BeforeAfterImgSlider_ImagesSet: just to check if the two images...This is a Beta version of before-after image comparison slider written completely in b4a.
Attached... two bitmaps ( before and after ) from two images as:
Dim beforeBmp as Bitmap
beforeBmp.Initialize... 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... 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 AsImageComparisonSlider Questions - Theera    Jan 27, 2025 Hi Alexander,
What is different between AsImageComparisonSlider1 and AsImageComparisonSlider2?(The results are the same) After I have only tesed with pic1 and pic2? Is there the vertical in future? How to changed the texts "modified" and "original" to be other words (because... Page: 1   2   3   4   |