Can anyone make this schema temple please @dora_paz please I request you a lot to make this schema template my app has more blocks please help
I said stop tag People in your Topic.
If you want to create a schematic, create your design in one screen, export it, use the Schematics Exporter to get the Schematic.
You have to learn to use it, to customize it and use it with variable like Text or Colors.
I’m newbie I don’t know help me it’s much appreciated
You need python:
And for learning to use schematics, read that:
I was also a newbie to schema, but after I’ve tried making some it’s actually very easy.
You should give it a try, and have a look at my topic given in previous post. There you will have a lot of answers on how to use it.
Good luck
It’s not working on my pc so I’m asking help
Did you installed Python and requirements.txt?
Installed but it’s not working
What is not working?
This post was flagged by the community and is temporarily hidden.
When python is not working, try to fix that first. Nobody can help you if that is not working.
What is not working while installing?
Do you want help or only someone that make it for you?
Anything if I can it will be good a lot can you fix the issue python not installing
You may post the aia and someone may help you
Come to my another topic what will happen if blocks exceeds more than 1200
Extport the block to another project and share
Step 1: Prototyping with DynamicComponents-AI2
Template
{
"name": "template",
"metadata-version": 1,
"extension_version": 5,
"author": "<your name>",
"platforms": [
"creator.kodular.io"
],
"extensions": {},
"keys": [],
"components": [
{
"id": "Card_View1",
"type": "MakeroidCardView",
"properties": {
"BackgroundColor": 4280497222,
"CornerRadius": 20,
"Width": -2
},
"components": [
{
"id": "Card_View2",
"type": "MakeroidCardView",
"properties": {
"ContentPaddingBottom": 0,
"ContentPaddingLeft": 0,
"ContentPaddingRight": 0,
"ContentPaddingTop": 0,
"CornerRadius": 20,
"Width": -2
},
"components": [
{
"id": "Image1",
"type": "Image",
"properties": {
"Height": -1030,
"Width": -2,
"Picture": "605bddc00c246648fa3bf3c523d252bd.jpg",
"ScalePictureToFit": true
}
}
]
},
{
"id": "Card_View3",
"type": "MakeroidCardView",
"properties": {
"BackgroundColor": 4280497222,
"CornerRadius": 20,
"Width": -2
},
"components": [
{
"id": "Label1",
"type": "Label",
"properties": {
"FontBold": true,
"Text": "Text for Label1",
"TextColor": 4294967295
}
}
]
},
{
"id": "Horizontal_Arrangement1",
"type": "HorizontalArrangement",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": 16777215,
"Width": -2
},
"components": [
{
"id": "Vertical_Arrangement1",
"type": "VerticalArrangement",
"properties": {
"AlignHorizontal": 3,
"BackgroundColor": 16777215
},
"components": [
{
"id": "Label2",
"type": "Label",
"properties": {
"Text": "Buy@",
"TextColor": 4294967295
}
},
{
"id": "Card_View4",
"type": "MakeroidCardView",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": 4280497222,
"CornerRadius": 10,
"Width": -2
},
"components": [
{
"id": "Label5",
"type": "Label",
"properties": {
"Text": "$11",
"TextColor": 4294967295
}
}
]
}
]
},
{
"id": "Space1",
"type": "SpaceView",
"properties": {
"Width": -2
}
},
{
"id": "Vertical_Arrangement2",
"type": "VerticalArrangement",
"properties": {
"AlignHorizontal": 3,
"BackgroundColor": 16777215
},
"components": [
{
"id": "Label3",
"type": "Label",
"properties": {
"Text": "Sell@",
"TextColor": 4294967295
}
},
{
"id": "Card_View5",
"type": "MakeroidCardView",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": 4280497222,
"CornerRadius": 10
},
"components": [
{
"id": "Label6",
"type": "Label",
"properties": {
"Text": "$19",
"TextColor": 4294967295
}
}
]
}
]
},
{
"id": "Space2",
"type": "SpaceView",
"properties": {
"Width": -2
}
},
{
"id": "Vertical_Arrangement3",
"type": "VerticalArrangement",
"properties": {
"AlignHorizontal": 3,
"BackgroundColor": 16777215
},
"components": [
{
"id": "Label4",
"type": "Label",
"properties": {
"Text": ".live",
"TextColor": 4294967295
}
},
{
"id": "Card_View6",
"type": "MakeroidCardView",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": 4280497222,
"CornerRadius": 10
},
"components": [
{
"id": "Label7",
"type": "Label",
"properties": {
"Text": "$1.333",
"TextColor": 4294967295
}
}
]
}
]
}
]
}
]
}
]
}
Step 2: Edit templates, add offline data, images
{
"name": "template",
"metadata-version": 1,
"extension_version": 5,
"author": "<your name>",
"platforms": [
"creator.kodular.io"
],
"keys": [
"id",
"image",
"title",
"buy",
"sell",
"live"
],
"components": [
{
"id": "Card_View1{id}",
"type": "MakeroidCardView",
"properties": {
"BackgroundColor": -14470074,
"CornerRadius": 20,
"Width": -2,
"Elevation": 5
},
"components": [
{
"id": "Card_View2{id}",
"type": "MakeroidCardView",
"properties": {
"ContentPaddingBottom": 0,
"ContentPaddingLeft": 0,
"ContentPaddingRight": 0,
"ContentPaddingTop": 0,
"CornerRadius": 20,
"Width": -2,
"Elevation": 5
},
"components": [
{
"id": "Image1{id}",
"type": "Image",
"properties": {
"Height": -1,
"Width": -2,
"Picture": "{image}",
"ScalePictureToFit": true
}
}
]
},
{
"id": "Card_View3{id}",
"type": "MakeroidCardView",
"properties": {
"BackgroundColor": -14470074,
"CornerRadius": 20,
"Width": -2
},
"components": [
{
"id": "Label1{id}",
"type": "Label",
"properties": {
"FontBold": true,
"Text": "{title}",
"TextColor": -1,
"FontTypefaceImport": "{MochiyPopPOne-Regular.ttf}"
}
}
]
},
{
"id": "Horizontal_Arrangement1{id}",
"type": "HorizontalArrangement",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": 16777215,
"Width": -2
},
"components": [
{
"id": "Vertical_Arrangement1{id}",
"type": "VerticalArrangement",
"properties": {
"AlignHorizontal": 3,
"BackgroundColor": 16777215
},
"components": [
{
"id": "Label2{id}",
"type": "Label",
"properties": {
"Text": "Buy@",
"TextColor": -1
}
},
{
"id": "Card_View4{id}",
"type": "MakeroidCardView",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": -14470074,
"CornerRadius": 10
},
"components": [
{
"id": "Label5{id}",
"type": "Label",
"properties": {
"Text": "{buy}",
"TextColor": -1
}
}
]
}
]
},
{
"id": "Space1{id}",
"type": "SpaceView",
"properties": {
"Width": -2
}
},
{
"id": "Vertical_Arrangement2{id}",
"type": "VerticalArrangement",
"properties": {
"AlignHorizontal": 3,
"BackgroundColor": 16777215
},
"components": [
{
"id": "Label3{id}",
"type": "Label",
"properties": {
"Text": "Sell@",
"TextColor": -1
}
},
{
"id": "Card_View5{id}",
"type": "MakeroidCardView",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": -14470074,
"CornerRadius": 10
},
"components": [
{
"id": "Label6{id}",
"type": "Label",
"properties": {
"Text": "{sell}",
"TextColor": -1
}
}
]
}
]
},
{
"id": "Space2{id}",
"type": "SpaceView",
"properties": {
"Width": -2
}
},
{
"id": "Vertical_Arrangement3{id}",
"type": "VerticalArrangement",
"properties": {
"AlignHorizontal": 3,
"BackgroundColor": 16777215
},
"components": [
{
"id": "Label4{id}",
"type": "Label",
"properties": {
"Text": ".live",
"TextColor": -1
}
},
{
"id": "Card_View6{id}",
"type": "MakeroidCardView",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": -14470074,
"CornerRadius": 10
},
"components": [
{
"id": "Label7{id}",
"type": "Label",
"properties": {
"Text": "{live}",
"TextColor": -1
}
}
]
}
]
}
]
}
]
}
]
}
apk demo :
template (1).apk (8.1 MB)
Hi
Read And Learn
And the next time you need it, you’ll know how to do it yourself.
Ya but I have trouble on setting Python
There are many free websites to create schema in online
This is just one example…