here is a working sample:
compCreator.and.VerticalViewPager.aia (211.8 KB)
TIMAI2
April 11, 2025, 3:32pm
67
I believe you will have a much better experience if you download the images first (you are essentially downloading them anyway, in order to display them)
See this example, using recyclerList extension, using images from the assets:
rlDisplayImages.aia (154.7 KB)
You can also add/remove recyclerList items without having to reload the pager...
ref
1 Like
I would like to get Image Title name when I click on image. I tried in this way but some thing still missing.
TIMAI2
April 13, 2025, 11:03am
69
You do not set global dataTitle any where ???
Try something like this:
Get the index of the the image clicked in the datalist
Select the item with that index from the main list
Select the second item in the item list, which should be your image name
TIMAI2
April 13, 2025, 12:22pm
71
The "component" will not be in your list of dataTitle, will it? I
Try this instead
1 Like
@TIMAI2 Thank you so much. It's working now. Appreciate your efforts and time!
@TIMAI2 could you please upload here RecyclerList extention please.
here is my result.
Now i would like to add Title Label below each image. I tried in this way but something missing
TIMAI2
April 13, 2025, 1:55pm
75
I did provide a link to a link further up, but here it is again:
This is the modified version of the RecyclerList extension made by @zainulhassan
Here you can find the orginal extension
I have fixed two things in this extension
The first thing is added is Page / Item no
Now when you use snap-helper with linear or page snapper you can get the page or item no
[Untitled]
The second thing which is fixed is ,
In original extension when you use horizontal layout the width of the item is fill parent automatically even if you set automatic with or fix width,
…
1 Like
TIMAI2
April 13, 2025, 11:04pm
76
rlDisplayImages_rev2.aia (136.8 KB)
You could add these blocks to clear the label text when you scroll
Label items I would like to be displayed on each scroll not on a click
Here what should I stick?
TIMAI2
April 15, 2025, 8:01am
79
Do something like this, then:
Still Not displaying Labe items
still something missing Label items not displaying
rlDisplayImages (1).aia (156.7 KB)
TIMAI2
April 15, 2025, 9:56am
82
You do not need to make two lists anymore:
Just set the imagesList as the RecyclerList
Now it's working! @TIMAI2 Thank you so much!
Now when Image clicked I would like to get image details by using this extention . What Am i doing wrong?
TIMAI2
April 15, 2025, 12:02pm
85
Like so:
My images are in the assets hence the method for providing the path.
IIRC, the image-notifier extension does not work with urls, you will need to download your image files and provided their path for it to work.