I made an application that will calculate numbers from input fields. ** The main activity of input1 input2 input3 this input is intended for user input numbers. input5 has a predefined number of 9.5 input4 is in the "details" mode.
"Total" should add input1, input2, input3 and input4
The problem I am facing is that when I try to calculate the "total", you will not get the input number4 from the second activity, unless I go to this screen and return to the main one, and then click on the calculation. can someone help me figure out how to simultaneously launch both basic and detailed actions with the main action on the main screen. thank you for reading. And helping me with that.
source share