top of page
Search

Robotics day 20- Phone calls

  • sreeramchittayil
  • Feb 22, 2023
  • 1 min read

This lesson focused on replicating the functions of a phone app. The way this app works is that when you click the image of the person, it will display their phone number in the text box to the right. After this, you need to click the call button to make a direct phone call to that person. It is very important that you label each of the three components correctly, like "MOM_image," "MOM_number," and "MOM_call," because this plays a major part when it comes to putting the blocks together. We also used a new non-visible feature, which is found in the "social" section. This feature is called "phonecall1" and it is the most important part of this project as it makes direct phone calls to the number in the text box. After finishing the cover, we had to start the block part. This included two parts: one for the image to display the number once it is clicked, and the second to link to the text box and make the phone call. This was a major success, but in the future, we can work with emergency services. This is risky, though, because if it is misclicked, the number will still call and there is no cancel button. This is also another feature we can work on in the future.





 
 
 

Comments


bottom of page