Animation requires library’s resources that are present in AAR files and AAR library support is not added in App Inventor or kodular yet. So you can not use animation, drag and swipe in AI2 till the extension compiles with recycler view’s AAR file. This is the only reason why I have not published this extension in AI2 as some of it’s feature are not working cause of AAR. We have to use it with these limitations in AI2 till the AAR library support is added.
Selection color is same as background color. When the item clicked just set the background color of that position to any low alpha colored value or any dark color that you want.
It should not be recommended. If you are showing large list then you will probably face performance issue or a bit lag on click in small side devices. And if there is only one item is selected then why we need to set the background color of all items back to normal. It can be done simply this way
I will add a Touch Color property to the extension to show the touch color when the item will be clicked in next update.
However, not all pictures are circular anymore. I have to make every single picture circular with the Set Corner Radius - but I get it 1.) not exactly round (which values?) 2. it has a big impact on the performance.
How can I set it so that it always makes all pictures circular like in version 3?
Attention: with some values of Set Corner Radius the app crashes in the companion!
The function: MoveItem works better now. But if I first change the properties of the image (e.g. at index 3) and then move the entry to index 1, the changed property remains at index 3.
Which values do I have to enter so that I get a circular image? Don’t get it round
As I said, I have to go through every entry to make the picture round, think that’s performance? Would it be good if you can set circular yes / no for everyone in the designer?
Hello, a very nice and extensive list view. I wanted to use this extension in my app in AppInventor. Unfortunately, there is a problem and the built-in RecycleView library in the latest version of AppInventor is biting with this extension. I got a message that recompiling the extension using the latest ai2 sources might help. Could you please make AI2 users also use your extension?
I also found one problem with the “AddItemFromList” block. This block requests 4 lists of the same length. When someone does not use images or second text, they have to create a list of the same length with empty items, which is inconvenient.
Yes, it worked. But it is not possible to drag and swipe items. Unfortunately, without these features, the extension is very similar to the built-in ListView.