If you can add HTML support in the title and subheads, it would be a good idea!
Summit has mentioned the reason why those features along with the animations, donât work in App Inventor.
does i load items as user scrolls ?
I tried to loaditems from list , i donot have secondary text and subtitle how can i do
Itried with this one
but came error âList length are not same or are emptyâ
Custom ListView v1.4.1
This is just a small patch of the current version 4. It donât include any big changes. This small update is released to fix some current bugs and some changes. v1.5.0 was decided to be released after months thatâs a lot of time to wait for fixing current bugs. So I released this small patch today.
Whatâs New
- HTML Support Added. Now you can set HTML contents to list view
- You can retrieve the all information of an item by its position.
- All Properties of an item can be reset by one block.
Whatâs Fixed (Bugs)
- Move Item block was not updating the values.
- APK crashing sometimes on scroll.
Whatâs Changed
-
Scroll blocks now scrolls the list more smoothly than the previous versions. You can compare the both and can see a lot of difference.
-
Each elementâs data is moved to an each new Model class that make much easier to customize the items.
-
Image loads now in more efficient way that makes list viewâs performance much better
-
Empty List can be used in
AddItemFromList
block to leave the fields empty. (Only Subtitles and Secondary text).
Whatâs Removed
-
LoadImage
property and event removed. You can not load the images with your own methods now. Extension is now full capable to load the online or offline images. So I removed this thing to reduce some blocks in extension -
StartDrag
andStartSwipe
blocks is removed as they were not usable as default commands are much better to use.
New Blocks
-
Reset all the properties(not any data) of an item to default properties by its position.
-
Retrieve all the information and properties about an item in dictionary format by itâs position.
New Property
-
Enables the HTML format to the list view can also enabled by blocks.
Update Extension
This update brings many changes. If you have used any blocks that is now removed then do not update this version to your projects as this may cause a break in your whole project. You can delete those remove blocks from your project to use this version in your old projects.
You can download this version from the first post
Thanks You
Sumit
Amazing, thank you!
I also mentioned this a few posts above. Empty list cannot be used with this block.
Hello @froniu84a and @Rahan_Sarang , Empty Lists can be used now to leave the field empty from v1.4.1. I forget to mention in release post . I edited the post and added it now.
Thanks
After updating the extension I noticed that the âsecondaryTextâ is not but showing. I do a âDo itâ in GetAllSecondaryText it appears there but not in the app.
How to show the Secondary Text? Please help meâŠ
in my list view only image, Title, Subtitle are there
how to add the third row secondary text line???
Please help me gys
With this extension I am getting only five of the length of the list
You are using a scroll arrangement as container of list view thatâs causing the issue.
Read Above posts :
Also it seems that you are using the first version of the extension that is not stable.
It seems like a bug after this update. I will release a hotfix soon.
Thanks
Thank you so much my problem is solved
hello, fantastic extension, congratulations!
a suggestion, give the possibility to indent the image more to the edge and you can use separate dimensions of height and width
Please any help image is not showing list view i have please request from all
Amazing. Thanks for that extension. Keep up this excellent work.
Dear Sumit1334, I wish you a happy new year.
Thanks for your update, unfortunately I canât use this
I couldnât change the text size of the subtitle. Second title entries have not even appeared âŠ
It would also be great if you could set the format: circular for all images in one place (in the designer).
Currently I have to set the radius for every picture. But depending on the image format in the original, the result looks different - and not circular either
Custom ListView v1.5.0
This is a new version for current extension.
Whatâs New
- Extra Image has added to listâs layout.
- Whole list can be updated now with only 1 block.
- Overscrolled has added to layout.
- Touch Color property has been added.
Whatâs Fixed (Bugs)
- Secondary Text was not showing.
- APK crashing on image radius.
Whatâs Changed
- Checkbox and extraImage are aligned horizontally in same layout and secondary text is moved to above position by these components.
New Blocks
-
This event raises when the list view is overscrolled.
-
This event raises when extraImage clicked.
-
This block updates the whole list view at one time. If you are updating the list then just pass the list data to these parameters and call
RefreshList
block and the list view will be updated. With this block you wont need to update things manually one by one. -
This block update the whole list view with current data.
-
This block set the extra Imageâs properties to given position.
New Property
-
Enables the Overscroll animation.
-
Property for setting touch color of the items. Default value is Light Gray color.
Tips
I would like to give you some tips to work with the extension
- Use a non-scroll arrangement for list view parent. It wont work in scroll arrangement.
- For making the image circular you can give the radius value to 50. It works to me.
- Using online URL with high quality images may cause performance issue while scrolling.
I donât have more
Update Extension
You can download this version from the first post
Extension is updated on GetAix too.
Thanks You
Sumit
Hi Sumit, This seems incredible! Thanks, I love the overscroll feature added.
Looks very cool, it`s the same i wants, thank you!