Hello everyone, I have a big problem.
The fact is that everything stopped working for me, starting with Images and text, ending with a json file and API.
Besides, I don’t know how to make a search engine.
I’ll send you the Json files I use now.
JSON - 1
{
"name": "ListView",
"metadata-version": 1,
"author": "Thiago Cavalcanti",
"platforms": [
"creator.kodular.io"
],
"keys": [
"count",
"image_url",
"nome"
],
"components": [
{
"id": "Main_CV{count}",
"type": "MakeroidCardView",
"properties": {
"Width": -1,
"Height": -1,
"Elevation": 0,
"CornerRadius": 16,
"ContentPaddingTop": 2,
"ContentPaddingBottom": 4,
"ContentPaddingLeft": 0,
"ContentPaddingRight": 0,
"FullClickable": true,
"AlignHorizontal": 3,
"BackgroundColor": -14277082
},
"components": [
{
"id": "card_{count}",
"type": "MakeroidCardView",
"properties": {
"Width": 128,
"Height": 180,
"Elevation": 0,
"CornerRadius": 14,
"ContentPaddingTop": 0,
"ContentPaddingBottom": 0,
"ContentPaddingLeft": 0,
"ContentPaddingRight": 0,
"FullClickable": true,
"AlignHorizontal": 3
},
"components": [
{
"id": "img_{count}",
"type": "Image",
"properties": {
"Width": 128,
"Height": 180,
"Picture": "{image_url}"
}
}
]
},
{
"id": "nome_{count}",
"type": "Label",
"properties": {
"Width": 108,
"Text": "{nome}",
"TextColor": -1,
"FontTypefaceImport": "Montserrat Regular.ttf",
"Marquee": true,
"FontBold": true
}
}
]
}
]
}
JSON-2
{
"name": "Listview",
"metadata-version": 1,
"author": "Thiago Cavalcanti",
"platforms": [
"Kodular"
],
"keys": [
"count",
"image",
"nome"
],
"components": [
{
"id": "{count}",
"type": "MakeroidCardView",
"properties": {
"Width": -1,
"Height": -1,
"Elevation": 0,
"CornerRadius": 16,
"ContentPaddingTop": 2,
"ContentPaddingButtom": 4,
"ContentPaddingLeft": 0,
"ContentPaddingRight": 0,
"FullClickable": true,
"AlignHorizontal": 3,
"BackgroundColor": -14277082
},
"components": [
{
"id": "card_{count}",
"type": "MakeroidCardView",
"properties": {
"Width": 128,
"Height": 180,
"Elevation": 0,
"CornerRadius": 14,
"ContentPaddingTop": 0,
"ContentPaddingButtom": 0,
"ContentPaddingLeft": 0,
"ContentPaddingRight": 0,
"FullClickable": true,
"AlignHorizontal": 3
},
"components": [
{
"id": "img_{count}",
"type": "Image",
"properties": {
"Width": 128,
"Height": 180,
"Picture": "{image}"
}
}
]
},
{
"id": "nome_{count}",
"type": "Label",
"properties": {
"Width": 108,
"Text": "{nome}",
"TextColor": -1,
"FrontTypefaceImport": "Montserrat Regular.ttf",
"Marquee": true,
"FontBold": true
}
}
]
}
]
}
Now I will provide all the APIs and documentation for them.
https://api.anilibria.tv/v3/title/updates?limit=10 - TOP 10 ANIME
https://api.anilibria.tv/v3/title/search?search={query} - SEARCH
https://github.com/anilibria/docs/blob/master/api_v3.md - DOCUMENTATION
I’ll send it to you now.the aia file
LoginV31 (1).aia (7,3 МБ)
I also wanted to thank the people who help me a lot.
-SyntaxCore
- Prem_Gupta
-I also want to thank the group from Telegram. t.me/mitappinventor
-As well B.S.S.SRIKAR
- Still-learning
Explanations of the reason what needs to be done
the JSON itself works well, but I messed up again in blocks and everything doesn’t work, for example, “Text, Pictures, Previews, Blocks”
There is also a problem on another Screen 3 page where I manage to create a search engine.