[FREE] Custom List View - An Extension for making Image and text list view with a lot of customization

what is the use of secondary text?

Extensions is great and filled with features, but it crashes the companion a lot. Everytime I change something, it crashes. Moreover left and right swipe was working initially, but not anymore. Have tested it on some of the test apps. Any guess what might be wrong?

First of all I want to say that the extension is very good!!! but I have more items in my List but it only shows 6 items

my blocks:
Ekran Alıntısı

Edit: When I reduced the text size and the image, I realized that it actually brings the elements but does not show them. I’m trying to scroll but it doesn’t scroll down :confused:
Edit2: I solved. Definitely not extension related… Try fixing some layouts and you’ll figure it out.

Hi !

Did you use the aix file from the very first post or not? Because I had the same problem with the first file, but if you are using the latest version here, it should work

Hi,
I love this extension. I’ve suggestion to make it expandable. I’ve used deephost expandableListView, but it crash a lot and no other update of it.

Thank you

This extension is for showing title and subtitle list. There is no need of expanding items I think. You should go with custom views to achieve it.

I would have thought about it if you hadn’t given me example of Deep host extension.

Thank You !

2 Likes

Great extension.

But I have a lot of problems.

If a CloudDB tag changes, then the corresponding entry should move to the first position.
That works great and I realized it as follows.

BUT:
After the movement, the first entry in the list (position 1) and the second entry in the list (position 2) return the value 1 as index - so I cannot continue working because the events work via index and I use the first entry get back even though I pressed the 2nd value in the list !?

Someone an idea - or can it be fixed?

Hi Perhaps you can help on this issue

I refresh the list with a button but every time I refresh the list, the data doubles, and triples and quadruples and repeats for however many times I refresh the list… This also happens on Dynamic List as well.

Any help appreciated

Hello Tony,

use this

image

Hello @gipfel1334

can you fix my problem?

Tried that. It didn’t prevent duplicate entries.

Thanks

Kind Regards

Anthony Lange
083 294 99 44

Yes. It’s a bug I think. It will be fixed in next update. Thanks for reporting it.

Can you post your blocks here? Make sure to clear the list view on refresh as @akim_akim posted and clear you list variables too.

1 Like

Is there a way to load more content when list reached the bottom? Like load 20 more items from the list. I cant find a way to trigger something when list reached bottom.

There is no way to detect list’s scrolling offset. Some scrolling events and method are added and will be released soon as the new version ready.

Version 4

Version 4 of the extension is here.

What’s New

  • Rectangular and rounded image with any corners value with any side.
  • Scrolling Events has been added.
  • Now you can add item from a list directly no need to run loops in blocks.

Bug Fixed

  • Click events returning wrong position while moved. Its fixed now.
  • Add Item At block crashing the APK is now fixed.
  • Designer Properties was not working is now fixed. Now you wont need to set the properties with blocks.

Blocks Added

image

This event raises when the list scrolls. Return the vertical offset of the list.

image

This event raises when the list scrolled to top. Returns the vertical offset obviously always 0.

image

This event raises when the list scrolled to bottom. Returns the vertical offset. This can help you to load data with limits from your database.

image

This block add the items from the list variables directly. No need to use loops for lists. But all list’s length must be same and non-null otherwise it will throw an error.

image

Set the corner radius of the images. This can help you make image in any shape almost like circle, rounded, rectangle and one corner rounded.

Preview of Rounded Image

1b2dc23350a63ba59aadcdb0cd441cc3d3975480

Updated Extension

Download the extension from the first post

Kindly update the extension in order to get latest features

Thanks @Jerin_Jacob for his wonderful platform.

Thank you all for using my extension. Extension has a lot of downloads now. I hope you’re enjoying the extension.

Thank you
Sumit​:wink:

14 Likes

Hi,

Here’s my project main menu using your extensions.
It’s coming from database , and I love it.
I’d like to make it expandable ( expand collapse )

2 Likes

I already posted above about it.

And, I will think about it if more peoples are interested in it.

2 Likes

Thank you. Exactly this was needed

Hi.
I’am using your CustomListView . Compliments for your job.
I’m having troubles… the App with you extension runs fine whit the AI Companion App on my Android SAMSUNG Galaxy S10+. But, when I generate the .apk and install the app on the phone, the app crashes as soon I start it. If I delete your extension from the project the app runs without problems. As soon as I reimport your extension in the project… crash!
Have you suggestions?
Thanks in advance.

Hi @rconsalvi , Welcome to the Community.

Your post is not enough to solve your issue.

Make sure you are using version > 2.

I could not tell you any exact reason of the crash as I already said that it does not work with AI2 completely. There are some features that dont work with AI2. You can read here about that :

1 Like