Creating the project
Step 1: Set Up Your Project
Go to MIT App Inventor
Click “Create Apps!” and start a new project.
Name it something like ShoppingListApp.
Step 2: Design the User Interface (Designer View)
🧱 User Interface Components
TextBox→ for entering item names (rename to TextBox_Item)
Button→ “Add Item” (Button_Add)
ListView → to display shopping list items (ListView_Items)
Button→ “Delete Selected” (Button_Delete)
Button→ “Clear List” (Button_Clear)
(Optional) Label → Title, like “My Shopping List”

Comments
Post a Comment