Hi guys,

I am new to godot and programming in general. Apologies if this is a basic question that has been answered countless times in this forum, but part of the problem is that I do not really know what to search for.

I want to create an app for Android which allows me to store data in three different lists (see attached mockup). The data consists of text only that the user can type in a text field and save it via a dedicated button. Also I have to implement a function to remove items from those lists.

How (and at which point) do I create, store and load those kind of lists and make them searchable?

[I have read that using JSON is preferable, but I don't know anything about it or how to implement it.]

Best BG

a year later