Need Help in Recycler View

Recently I test Schema in Recycler View. But I Got This Error.
image

Here is my Test Blocks

Is Anyone Told Me Where I’m Wrong?
I Refer @Horizon 's Guide about Recycler View But Don’t Get any Help or Guide Regarding Schema.

I Request you to help me for this.
Schema Code Works Well With Dynamic Component

Best Regard

2 Likes

It Works Using This Blocks

But I Don’t Know How To Set Parameters?

It is simple, since you are using schema you can set the parameters as create empty dictionary

The reason for the error in post 1 is, you have failed to add On which compinent you are trying to create recycle view… You must use that create component in OnCreateviewHolder… Kodular recycler view is different… Where yoy will initialise with on which component you are going to create but here in niotron default block, you must add the createcomponet must be added mannualy

In post2 you have added that function block so it was successful

Please Help me to get Cardview name in Recycler view.
I Have 2 Cardviews.

  1. Copy Button
  2. Share Button

How to get this button name when any.cardview.click?

In such case you must use if then else. On anycardview clicked get the id of the component and use it as bellow

If the clicked component id contains the text xxxxx(copy button)
Then do the rest for copy button clicked
Else do the reet for share button clicked

Hello
I tried as u say and also try to make changes in blocks but all fail. will u pls show me sample blocks?

1 Like

I Have Solution Dm Me

1 Like

Can you send me your sample aia… Becaude i dont kniw which recyvler you are using

Dont send me original aia

@Spicy_Topics @MH_CREATOR
Issue Solved

no close ,

2 Likes

You need any help?

1 Like

I Create this using Schema.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.