Recycler Listview plugin crashes the app

I am creating a list in card view by getting data from Google spreadsheets using Recycler Listview plugin. There is a loading screen on screen1. It goes from the loading screen to screen 2 and there is Recycler Listview on screen2. When I click any button or card view on screen2, the application crashes.

I found a post like this in the community, where it says to use version 1.0.1, but the error persists in that version.

The problem is definitely due to the plugin because when I remove the plugin from the project the problem is solved…

You need to provide your relevant blocks

Its must be Unique ID wrong, set it like this



As you can see My ID is Trends

1 Like

template:

{
  "name": "movimlis",
  "metadata-version": 1,
  "author": "MSS STUDIO",
  "platforms": [
    "creator.kodular.io"
  ],
  "extensions": {},
  "keys": [
    "__counter__"
  ],
  "components": [
    {
      "id": "cv",
      "type": "MakeroidCardView",
      "properties": {
        "AlignHorizontal": 3,
        "AlignVertical": 2,
        "ContentPaddingBottom": 0,
        "ContentPaddingLeft": 0,
        "ContentPaddingRight": 0,
        "ContentPaddingTop": 0,
        "CornerRadius": 10,
        "FullClickable": true
      },
      "components": [
        {
          "id": "v1",
          "type": "VerticalArrangement",
          "properties": {
            "Height": 180,
            "Width": 135
          },
          "components": [
            {
              "id": "Lb1_",
              "type": "Label",
              "properties": {
                "FontBold": true,
                "Width": -2,
                "TextAlignment": 2,
                "TextColor": -1
              },
              "components": []
            },
            {
              "id": "Space1{__counter__}",
              "type": "SpaceView",
              "properties": {
                "Height": -2
              },
              "components": []
            },
            {
              "id": "Lb2_",
              "type": "Label",
              "properties": {
                "FontBold": true,
                "Width": -2,
                "TextColor": -171632385
              },
              "components": []
            }
          ]
        }
      ]
    }
  ]
}

The problem is not with the IDs, the list loads without any problems, but when you press a button or any listed card view, the application crashes.

I think the problem is in the card view click event. If someone is using the Recycler Listview plugin, they cannot use any card view they created on that screen. My buttons are from the card view and they do not work and crash.but it still doesn’t work when clicking on the Recycler Listview

in Kodular İo :Screen transition does not work by giving value

I have no idea why it is not working but it is the only way it works. I think the screen transition block with a value is not stable. While it works in many of my projects, it gives errors in many of them so we use the normal transition block via tiny db.

Mr. @Diego Do you have any information about this? Because it has been around for a long time, many people have already stated in the community that this blog is not working stably.
blocks - 2025-09-12T123107.094

What happened to marked as solved can you tell us plz

Edited: Am still using this function, anything works fine

Can you share your AIA if you don’t mind?

This block works without any problems in an application when we only list and retrieve data from spreadsheets using Recycler Listview and GSAI21 plugin.

But I noticed that in an application with 7 screens and two Recycler Listviews, and when there is more than one layout on the screen, this block does not work unfortunately. And it crashes the application.In this case these blocks did not work:

I removed this block and used the normal screen transition block and the problem was solved.

in summary:
I thought the problem might be due to the GSAI21 plugin, I did some tests, but the Recycler Listview was problematic, but when there was no click event, it was loading the list without any problems. There was a problem with changing the screen when the click event was triggered, and when I changed this block, the problem was solved.

Nop its how you handled it,

My project contains too many plugins, this might be the reason, I have no idea, it didn’t work for me.