hi, I'm new, I would like to calculate 4 textboxes where I have to insert numbers in each textbox, and infinitely give me a result, I need this how much time is left to finish a production, the calculation is this: text1x text2 x text3 / text4 / 60.
Fill the TextBoxes with values and run the app to see if it provides the correct answer. Edit: an earlier example was wrong. You need to test the Blocks using values to be sure you constructed the blocks the correct way.
What have you tried?
Here are some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
Thanks SteveJ! rereading my post, I noticed that I didn't put the example button (calculate) and a label that shows me the result, Thanks again I'll try tomorrow.