Custom listview - recyclerview ui extension [Paid]

This post was flagged by the community and is temporarily hidden.

10 Likes

Post some screenshots and post the video directly here.

Screenshot_20200515-101850


Just me?

2 Likes

No I am also with you,:joy::grin:

1 Like

Is this better than Dynamic components extension?

1 Like

I want list to to be separate, it look like its in 1 white page.

The you can use card view and place other components in that card view.

geting error
j1

ok thank you ?

1 Like

Sorry​:sweat_smile:, Images are updated

Why did you mark my comment as solution? I uncheck it.

1 Like

The Extension is based on Recyclerview, is recommended for better performance, look at android developers documentation. And the Extension uses glide too, recommended for loading images.
Concepts are a little bit complicated, first, by using dinamic components, you’re adding widgets to the count you want to, for example I could do a “listview” using dynamic components for a data of 50 items, the dinamic components will create 50 widgets. But what is the data is larger? 100…150 you will have 150 widgets in screen. Wre know , as many widgets we put in screen, the app gets more lagged. The difference is that the RecyclerView, creates just the count of widgets that are necessary to fill your phone screen, and when you scroll, the widgets change their position.

1 Like


Here an image that explains it, widget at first position is moved according to your scroll, all the next widgets do the same. That’s why it’s called RecyclerView, it recycles the views(widgets in case of kodular)

3 Likes

Why you mark his post as the solution again???

Just bought it man.
I really need some performance boost with my custom lists.

Finger crossed, as soon as you send me the extension I’ll check it out!
Thanks!

Can you try to simplify this? Also add a description what each block does.

2 Likes

I just edited the post.

[NEW DESIGN EXAMPLE]

1 Like

Nice extension, I might buy it.

  1. How many sample AIA files will you provide?
  2. This is a suggestion: maybe add an event OnScrolledToTheEnd? So we can load like 20 posts at a time, so it doesn’t take that long.
3 Likes

can you show or give an example how to set recycle list, i got every thing but din’t understand how to set recycle list.
will we have to set block for it or it work automatically.