Hello. Im currently making an app for blind people to learn how to cook. But I have no clue about how to make it. The app consists of two functions:
Step-by-step teaching. When the user scans a QR code which stores all the steps and ingredients list, the app reads out those steps. It should also move to next step/repeat previous step upon user's verbal requests. (Idk how to make this funciton)
Checking expiry date of the product. When another QR code is scanned, it reads aloud the expiry date. (I have some clue about how to make this)
Can any please help I really need to finish this by the 6th of April :(( thank you very very much!!
hmm then how can I solve that? i think its smth related to putting a label with "ingredients" and "split screen" at default. But does that mean I have to open two different screens for them? or else how can I only show either one of them? thanks
I'm sure we talked about this....you don't need more screens...reduce the button size and use labels to be able to see the parts are you splitting so, you can debug your code and fix it.
Then, try to put in a label all the recipe you have received from screen 1. If that is already ok, then split that (at "Recipe"). With the before example then you will have 2 pieces (the text before and after "Recipe")...and so on, step by step...making sure at every step that what you do works
In label1 you have all the text received from screen1 (scan).
In label 2 you have the text divided by "Recipe:"...that means that now you have 2 pieces (a list). The text before "Recipe:" and the text after it. You can see them separated by a "," in the label.
In labe3 you have the first piece (the text before "Recipe:")
In label4 you have the second piece (the text after "Recipe:")
Now, for example, you can pass the firs part to TextToSpeech so, it will read the ingredients.