Computer Science, asked by YellowedMC, 2 months ago

Write any 3 points to keep in mind while coding the design component of App Inventor.

Answers

Answered by priyadarshinianjali1
3

Answer:

Visible components such as Button, TextBox, Label, etc. are part of the User Interface. Non-visible components such as Accelerometer, Sound, OrientationSensor are not seen and thus not a part of the UI screen, but they provide access to built-in functions of the Android device.

Answered by TYKE
4
  • Fast Iteration and Design Using the Companion
  • Mental Modelling
  • Component Abstraction for Platform Behavior. Components are core abstractions in App Inventor.
Similar questions