@ABG But, I still the Do It option still isn't available to me.
What are you testing on?
- a phone ?
- an emulator?
Hi Richael
I think you need a large coffee
You have already discovered that when you get [""] it's an empty value - this means that the TextBox that contains Minutes must default to zero, so in the Blocks set it to zero ( "0"). Or alternatively test for a value first and if there is no value, set it to zero. That might be better since the User can delete a zero and then not replace it with anything.
Is your phone connected to your PC with a USB cable?
No, it is not connected to my PC with a USB cable
Does your phone have wireless (WiFi)?
Yes, my phone does have wireless
Thanks! It worked!
That would be the case the first time the User uses the App, since there are no stored minutes at that time. What happens the next time the App is opened and the User inputs minutes?
There we go, you are learning how to bug hunt - it's always difficult to find your own typos and other mistakes.