See the extension documentation on AI2 Community:
Great work. Will surely try this. Can you add some more features like.
- Circle icons
- Making image bigger like the custom list view extension developed by the person who’s name is forbidden in this community(deep…)
- Library you have used
- Any plans to make it open source with copyleft license.
Thanks again for your contribution.
Will try this.
No external library is used.
As of now no, I will continue developing it. In future may be.
Image not showing
Show your blocks and what is the source of your image, if you are showing image from assets then it will not show in companion.
thanks for the extension. I use your extension in my app. simple and reduce block and component usage
Online photo not support this extension?
Currently it loads image from assets and local storage. I will add image loading from online source as well.
V2. Updated
Now you can load image from online sources as well along with local storage and assets. If image path starts from http or https then it will load from online source, if image path starts from /storage then it will load from local storage (specify the full path of the file) else it will load from assets (specify the asset file name, eg., icon.png)
Added new events: Reach bottom and reach top.
Great job!
lists are convenient to reflect.
Is it possible in the future to shuffle the visible list (changing the position in the list by DragDrop)?
You can shuffle list before adding it to the list view using listutilz extension.
I’m talking about being able to drag elements on the screen using the DragDrop method
With recycler view? or is it not necessary as it is already integrated in the builder?
I didn’t get you what you mean.
Ah, I mean it integrates the recycle view library or at least it can work with that library to not saturate the memory or freeze the apk if you want to show 5k to 10k elements?
This extension is based on simple list view, there are already number of extensions exists on recycler view.
I want to keep it simple, and easy to use.
Give me version 3 download link