Dynamic category wise list with dynamic item

After my hard work of 4 days I have got success.

Change Schema for list item

{
  "name": "Viral_Player",
  "metadata-version": 1,
  "extension_version": 5,
  "author": "<your name>",
  "platforms": [
    "creator.kodular.io"
  ],
  "keys": [
    "id"
  ],
  "components": [
    {
      "id": "card{id}",
      "type": "MakeroidCardView",
      "properties": {
        "AlignHorizontal": 3,
        "AlignVertical": 2,
        "ContentPaddingBottom": 0,
        "ContentPaddingLeft": 0,
        "ContentPaddingRight": 0,
        "ContentPaddingTop": 0,
        "CornerRadius": 8,
        "FullClickable": true,
        "Height": -1030,
        "Width": -1042
      },
      "components": [
        {
          "id": "thumbnail_arr{id}",
          "type": "VerticalArrangement",
          "properties": {
            "Height": -2,
            "Width": -2
          },
          "components": [
            {
              "id": "tag_arr{id}",
              "type": "VerticalArrangement",
              "properties": {
                "Height": -2,
                "Width": -2
              }
            }
          ]
        }
      ]
    }
  ]
}

I used DevYBImageLoader Thank you… DevYB

Block image