input values not changing

gjoisa

Active Member
Licensed User
Longtime User
Hi everybody !
I am making an app , in which there will be a data input page , containing some text boxes(EditTexts) . App processes data and there will be a output screen (Activity 2) .Every thing is all right in first run . When I comeback from Activity 2 to Main activity ( using Back button with click event) , If I modify the data of text boxes , new values are not taken by the app . What may be the problem ?
Attaching here an example .
 

Attachments

  • do2.bas
    696 bytes · Views: 212
Last edited:

gjoisa

Active Member
Licensed User
Longtime User
Got it . Before to come back from second activity used Activity.Finish . Now it is working fine .
 
Upvote 0
Top