Send Data to the Excel Sheet using MIT App Inventor
What is MIT App Inventor? App Inventor is an open source web application which provides web based editor for building mobile phones applications targeting Android and iOS operating system. Block based programming language is used by dragging and dropping components into a design view and using a visual blocks language to program application behavior. Overview of App Inventor In this application, user interface includes two main editors: Design Editor Block Editor Design Editor:User can drag and drop the components out from the palette(left side) to the viewer(center) to add them to application. Inventor can change the properties of the components(right side) and components screen and media are also displayed in the right center. Block Editor:It is an environment in which app inventors can visually lay out the logic of their apps using color-coded blocks that snap together like puzzle pieces t...