Hi,
I need 3 activities to perform one after the other.
I hope I made myself understandable. I want the activities to start, finish and then the next to start.
Thank you
I need 3 activities to perform one after the other.
B4X:
' I want SMS to start and finish and then return to tle line wwith "Galerie"
StartActivity (SMS)
' What I want happened. Now I waht Galerie to start and finish
StartActivity (Galerie)
' but I get directly to the next line
if (...) then
StartActivity (Upload)
end if
I hope I made myself understandable. I want the activities to start, finish and then the next to start.
Thank you