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

Oh! If possible can you test this?

test_api_1.aia (99.9 KB)

1 Like

Oh, seriously, this was the block I needed… I tested a lot of them, but I was looking to modify the text with the “any label” block.
Thank you, I will see how to adapt it to my project!

1 Like


hello developer how to use smoothScroolPositon Please Guide me

Can we remove that margins ?

use decoration componet (inbuilt)

Advance Search With RecyclerList View Extension:-

Demo
Search

I have been strugling with this aix on how to create Gridview and now I am allmost achieving something but I wonder why the new aix doesn’t work all my data are from YouTube API please any suggestion on what should I set on this
image
block instead of this block?

count

This are blocks

did you use the latest aix or the old one because from my end the latest is not working fo me

Where are you setting Data?

I was wrong but thanks to @dora_paz fixed the error for me

Something was messed in your project. Re creating works, see pm

no, i am using v1.0.0. i think this is enough for me.

2 Likes

Hello @zainulhassan I real appreciate for your extension keep it up good job


Only one thing I would like to know how to use one of these two Scroll Events
for example I want to load some data maybe 1000 data from airtable and then when user scroll to bottom then I load different data from Firebase etc etc, and add them to the list or remove the previous and add the new.

Kindly would you help us to know how we can use this and etc

1 Like

@Still-learning
Can we make there auto center alignment…

use text alignment extension or set in properties TextAlignment to 1

It may be my fault, or I may not be able to understand.

But will the text alignment tool make the root components in the middle? Like lay-out, for example

Well, you can use the above said TextAlignment to align for the components like, button, label and text boxes. If you want to align layout mean, use Set Align horizontal property value to 3

Screenshot_2

Not working :frowning:

No not like this, What is your Root component?
eg.

blocks

I think I understood …First you can’t set properties on the root…

Secondly, we must first use Block On Create to create layout that contains the elements

I’m right ?