So, I have 2 activities one has Labels 3 - 8, and the second is a carbon copy of the first but with the Float Labeled Edit Text 3 - 8. I want to be able to save any edit text labels on activity 2 using a save button so that the activity 1 shows the edited labels.
Any idea how I do this? I'm not really confident with what I've come up with:
I'm guessing there's something more to it? TIA
Any idea how I do this? I'm not really confident with what I've come up with:
B4X:
Sub FloatLabeledEditText1_TextChanged (Old As String, New As String)
Activity1.Label3 = FloatLabeledEditText1
End Sub
I'm guessing there's something more to it? TIA