[F/OS] Recycler List View - Render larger data sets efficiently using `RecyclerView` for AppInventor & Distros

Thanks a lot

And last doubt

What is NoSnaphelper ??

See …
:point_down:

2 Likes

It is not supporting Hex color code.
Please fix it.
By the way Nice extension :+1:
Keep it UP!

You could use color utilities to convert hex to integer, works fine

1 Like

#FEAF5CFF Use this for a cardview in kodular background color pallete and in this extension both are different

Do you have any idea how to solve it?

Use #FFFEAF5C

1 Like

Ok i got it
Thanks

1 Like

a.aia (130.5 KB)
Please Check This aia File. Here Recycler List View Overlap to Previous Recycler List when back press and again open it.

the reason is, you have not initialised the recycler in screen init… Now check this aia
a_1.aia (130.4 KB)

Hello friends, Recently i upload a video and create a Custom Listview with this extension and without dictionaries. only with any components.

My English not good so please adjust :sweat_smile: :sweat_smile:

What’s New
Fixed Component Not Add Problem,
Use Any Component Blocks For Set Properties,
Fixed Cardview Width Problem.

Demo Blocks:

Edit by Mod: If promoting YouTube Videos, then make sure they are in English.

Aia:- RecyclerListViewWithoutDirectory.aia (86.8 KB)

4 Likes

what’s the problem with width -2?

Animation effect
blocks - 2022-05-29T155415.417

where is such property?

[Clear Doubts]
What i am doing wrong with textbox made by Recycler extension? If i type in textbox it reprints in the following textboxes… How to overcome this error? Pls correct my mistake…

RecyclerTextBox_1.aia (84.2 KB)

work with width -2


rec_test.aia (88.4 KB)

See a more efficiently use of blocks

rec_test_1.aia (86.5 KB)

2 Likes

I came to know that this is quite common in recycler mode, also found solution to overcome from this problem at here

its not working by the way now the problem fixed.

See this, using data item. You can even save changes to tinyDB

2 Likes

Thank You Problem Solved.

thank
on Windows11 in WSA, screen stretching if use screen_width_100%

on android in SplitMode screen

with width -2 , OK :slight_smile: