Sije
(Sije)
August 17, 2021, 2:47pm
1
Please i need help i want have list of names and sublists with their pictures and little description. For example when i click “A” in the first list i want get sublist like Z,X,S when i click “X” I want to have another list of names under it continues like that. Pls i need help
dora_paz
(Dora)
August 17, 2021, 2:56pm
2
Welcome to the community, you could use dictionary blocks
an example
see also
0 — Basics
0.1 — What Is Dictionary
Dictionary is object structured like JSON, which is a standard to store dictionaries as text. It is a way to store information in an organized, easy-to-access manner. It stores a collection of pairs that consists of a key and the corresponding value. The key is a reference to the value, kind of like a variable where the variable name acts as a reference.
Dictionary in Kodular is a built-in block.
[image]
Object uses { bracket at the start, } at the end.
A…
1 Like
Rogerio_Rios
(Professional Support)
August 17, 2021, 4:20pm
3
Other material for reading and learning:
Read it, try it… and you’ll soon reach your goal…
Downloads
The source file ListOfLists.aia (32.0 KB)
The apk file ListOfLists.apk (5.3 MB)
The text file AllData.txt (752 Bytes)
This guide in pdf format ListOf3Levels.pdf (1.3 MB)
Credits
To Kodular for the IDE.
To @yusufcihan for his extension , along with many explanations in his topic.
Kodular platform contains a component, named List, which handles data needed by the app. A list might consist of numbers, strings, colors… Could a list include other lists as elements? The answer is yes.…