Okay i been working for a while in a app, and actually what i need the SQLite to do its just store/save some values, names and numbers, that’s it, and for it to put it to other screens like a username where it shows u your current username that u changed in settings, but i want it offline, i don’t care about any internet connectivity its just a project that should work offline, and i tried lets say almost everything, other SQLite premade ones (they work in lists, and i just need individual values in a text box), tried tutorials but something that seems so simple like, i type in a text box, and when i press de button, that text goes to the label (i would prefer just SQLite because it saves the data) doesn’t seem simple at all, i tried many ways to do that simple “send text-box text-data to BD” then “retrieve text-box text-data to label” with a button click and i want to use text-box text-data in other screens too, but this is the only app that i struggled the most in doing that simple thing, can somebody help me, or send a example of what blocks should i use for just that, a thing with just one button, the button saves the data from textbox and updates the labels (with the text data), and preferably many text boxes
(edit) i have to add that most of the time i tried to do that, sql saves it in a list form, or doesnt even save the data i want it to, and the worst worst, i dont manage to make it show the textbox text in the label, and i need a way for it to be just 1 row, no more than one, and other one with no more than 4 rows