ListView changed a lot in MIT App Inventor and we are awaiting next releases to fix bugs
Fortunately this is possible with upcoming release.
Great
Awesome work once again. Thanks. Are you planning to add search in listview to the extension?
Version 2
What’s New
-
Image will be loaded own in the extension with Universal Image loader library. But still you can use older method for loading images with extension and Image utility component
-
Divider Color property has been added now
-
Divider Height is also added.
-
You can set background color of specific item with position.
-
You can set margin and paddings of specific item with position.
-
You can customise the divider for specific position.
Bug Fixes
- Divider was not seeing on items that is now fixed.
Changes
-
Extension has renamed to
CustomListView
fromListView
as it was causing error while dragging the list view component. It may break your whole blocks. So kindly make a backup of the older project please. It was necesary to change the extension name. -
Extension has increased from 40kb to 130kb due to extra features and own image loading libary.
-
LoadImage event would only occurred when
LoadImage
property is not enabed.
Blocks Added
Set the background color of the specific item with position.
Set the divider properties of the specific item with position.leftMargin
and rightMargin
are deprecated currently. It would not work in all cases.
Set the margin of the item for specific item with position. margins
parameter accepts a string that contains four values joined by commas. For ex, 2,4,7,5
.
Set the padding of the item for specific item with position. paddings
parameter accepts a string that contains four values joined by commas. For ex, 2,4,7,5
.
Properties Added
Updated Extension
Download AIX
Kindly update the extension in order to get latest features. But make sure to read above changes closely please.
Thanks @charlesaccount for their suggestions.
Thanks @Henry for your donation
Thank you all for using my extension. Download link got 60 clicks in only 2 days of publication. Very happy to see this. I hope you’re enjoying the extension 🥲
Thank you
Sumit
No. I think you should go with custom search bar as you can modify and make it according to your needs.
Many guides are available for making search bar. You should search on community.
One is here
Keep up your very good work, dear Sumit1334 !
Very nice extension,
Thanks a lot for the update !
This is wonderful, thanks Sumit!
Thank you my friend, excelent job.
I Saw This Topic Late But This Extension Is Nice
Another good extension from Sumit. Really thank you for your contribution to Kodular. At every stage we are all getting benefit of you and making work simpler…
(Is there anyway to shffle the list items upon clicking a button with this extension?)
Sumit?
There is no direct way to shuffle items. However, There are blocks to move and update item. You can easily shuffle the items with the help of them.
I am confused why people still downloading older version when new version is better.
Hi everyone
I was using Colin Tree list view extension before this, but in my application I have to show many users and my phone hangs when I load a lot of data in Colin tree, But when I get to know that @iamwsumit has made a fantastic extension then I tired to use it. I found a lot of advantages in this
-
Loading Image in couple of seconds
-
Working very smoothly in low to low end device
-
Cropping image to circle
And to be frank I tired to make a list of 3000 users to check this extension’s working. And I was shocked to see that in a second all 3000 users were loaded
I really thanx @iamwsumit for making this kind of great extension.
Hi
I can’t get it to display my images in the list. Can you show me how?
Here’s my blocks and sample aia…
testListViewExt01.aia (277.3 KB)
If you have a list with images, where you had put folder.jpg you have put the list of images. Try it.
Sorry I don’t quite understand. So under image it should be a list?
To display the images from assets or storage you must use image utility component on LoadImage
event. Uncheck the LoadImage
property and then use LoadImage
event as example posted above with image utility component. Give the file name(if present in assets) or file path(if in storage) to image utility component.
Hi
Okay, thank you I will try it out.
Sumit your extension is awesome
I would like to suggest you a feature: with your extension we can swipe the items left or right and this is great, but how can we know if users know that they can do it? I mean, you can implement an animation that swipe an item a little and then it returns in normal position, so users realize it.
Ask me any questions if I haven’t explain well…
As far I understand, you want feature or blocks that can swipe the item in both directions with any given offset or can return to original position also.
Correct me if I am wrong.