I have an app that for the first time that is started, asks us what sex we are. That said I would save forever this value (male or female) and then pass it to the Activity 2 that according to the value (male or female) shows me a certain content or with
(If value ="male"then
button1.visible = true
else
button2.visible = true
end if)
So how do I save this string value in the app forever?
(If value ="male"then
button1.visible = true
else
button2.visible = true
end if)
So how do I save this string value in the app forever?