1) It is easier on the forum to read (and you) if you use your PC to capture a screen image rather than providing a photo. Win7 and above, learn to use the Sniping tool; Xp and above, do a Ctrl +PrntScrn and then open
Paint and post the clipboard image to
Paint. In Mac...there is a similar tool.
2)" it will scan things and say what it is but then it just disappears when someone scans something else." -- you have not saved anything...to a TinyDB for persistence or to a List to save while the app is active but will lose the value when you exit the app.
3) You have a call TinyDB.GetValue for a loaf of bread but nowhere is it saved. There is no call TinyDB.SaveFile text block in your code and there is no puzzle piece in the tag position of TinyDB.GetValue block.
4) You use two Notifiers (a better practice is to use one, they are re-usable) however then have to use different key works when calling the Notifier... Yes/No ... You would need to have a different response in the second Notifier ...perhaps Sure/Not OK
Do you understand what you are coding:
Take a breath and realize, you code does exactly what you tell your app to do. Fix the obvious problems with the code and return and ask a specific question. you will get help. It appears you are attempting to code the entire app at once. Experienced developers might be able to do that. What you need to do is code all the individual pieces separately perhaps; get each working as separate projects, then put the pieces together, once you know the pieces work. It is much easier to debug that way.
Regards,
Steve