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 actually object JSON. Therefore, you have to know the basics of JSON. It is a way to store information in an organized, easy-to-access manner. It is formed with a key, and a value. It is called a pair. It uses a key to call the value. If you still don’t understand, search on Google for more information.
Dictionary in Kodular is a built-in block.
[image]
Object uses { bracket at the start, } at the end.
Colon is between the key and the value. C…
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.…