Posts

Showing posts from November, 2023

2. text box

 Create an application that takes the name from a text box and shows hello message along with the name entered in text box, when the user clicks the OK button

1. Create an Android application that shows Hello + name of the user and run it on an emulator

 Start Ai2 Starter in App Inventor2 Starter Folder  Open MIT App Inventor in Browsers In Projects -> Start New Project: Give a Project Name Add Screens, drag and drop a label and in Properties (left side Pane/window Edit Title: " Hello Your Name"

pay attention to the properties of each components

Image
 The student should pay attention to the properties of each components, which are used later in Android programming. 

URL Related Applications vs User Interface (UI) Applications

  User Interface (UI) Applications: Adobe XD: Description: Adobe XD is a vector-based design tool for creating user interfaces and user experiences for web and mobile applications. Use Cases: Prototyping, wireframing, and designing UI/UX. Sketch: Description: Sketch is a design tool specifically for UI and UX design, popular among macOS users. Use Cases: Creating digital interfaces, icons, and prototypes. Figma: Description: Figma is a collaborative design tool that enables real-time collaboration between team members on UI/UX projects. Use Cases: Designing, prototyping, and collaborating on user interfaces. InVision: Description: InVision is a prototyping tool that helps designers create interactive and animated prototypes for web and mobile applications. Use Cases: Prototyping, user testing, and collaboration. URL-Related Applications: Web Browsers (e.g., Google Chrome, Mozilla Firefox): Description: Web browsers are software applications that allow users to access and n...