Hi I need to create a drop-down list where when the user picks an option this option is stored and it impacts the function of the app. The user should be able to change that in the future if they need but it must remain the same when they restart the app
To give you a better idea let’s say that there are 5 options (a,b,c,d,e).
If the user picks “a” then on the main screen (other than the list screen) when the user clicks a button the app does “function a”, if they pick “b” then it does “function b” etc
Thank you, I figure it out somehow however when I click an option I need the background color of this option only to change. Right now it changes the background of all the list options. How can I fix that?
Thank you, however I don’t find this specific block with the “row id” The only blocks I find don’t include the part where it says (for “row id”). So where it is?