Images GridView

Hey , I would like to display some images ( saved in the app locally) with the grid view component. What blocks should I use to achieve that?
Your help & suggestions would be really helpful and appreciated!
Have a great day!

What have you tried so far?

Not much really. I did some research only to be more confused.
I don’t know how can I set the images that I want to be listed in the grid view.

To get access to images saved locally you need to use file extension.
https://puravidaapps.com/file.php

And to make gridview you can use dynamic components and there are many extension for gridview which are paid (mostly).

1 Like

What I actually meant was that the images are inside the app not in the phone itself.

https://puravidaapps.com/file.php

This extension can be used to get file list from the assets.

1 Like

I am trying to display a 20 images in grid view layout.
How can I do this?

Read it carefully

3 Likes

Store all the images in a variable on screen initialize and then use table arrangement to show them

2 Likes

Sounds Interesting! I will try it.
Thank you very much!

1 Like

Means in assets?

2 Likes

Thanks for the suggestion! I will try to work this out!

Yes they are in assets.

Then use table arrangements (of grid you want) and inside every cell you must take a image and then set image to it with directly providing name of image.

If you find what u want then mark it as a solution so that others can also get help

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.