Hi. I'm hoping someone can help/point me in the right direction.
I'm a complete newbie to MIT. I am trying to build a very basic bespoke app for my business that does the following:
Allows user to enter client name, number, date and time of appointment and any additional notes
When form is submitted, the app logs the appointment in Google calendar on the given date by creating a string from the form data, i.e. "Joe Bloggs - 2pm - Travelling from out of town"
It also sends a confirmation of the appointment booking via SMS and WhatsApp
I have started to build the app, but have reached a stumbling block. I installed it on our business phone to test it, but it does neither of the things I was hoping for it to do. Please see the attached Design View and Block View screenshots of what I have built so far.
Did you try to copy an example from somewhere? Any link? You are only using text, but not values like the client name or number... also you forgot to use the StartActivity method...
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.