MIT App Inventor — Topic Summaries
AI-powered summaries of 10 videos about MIT App Inventor.
10 summaries
Basketball Game in MIT App Inventor | App Inventor Basketball Game | #appinventor #mitappinventor
A simple MIT App Inventor basketball game hinges on one trick: an “invisible” basket sprite that stays transparent enough to look like part of the...
Snake game App Inventor (PART 1) | How to make Snake Game in MIT App Inventor |
A complete foundation for a classic Snake game in MIT App Inventor is built around a 300-millisecond game loop, a canvas-based redraw system, and...
Santa Run Game in MIT App Inventor (Full Tutorial) | MIT App Inventor game | App Inventor Santa game
A Santa Run game built in MIT App Inventor turns a simple side-scrolling mechanic into a playable avoidance challenge: Santa must jump over incoming...
Read JSON in MIT App Inventor | How to Decode JSON File | MIT App Inventor File #json #appinventor
JSON—short for JavaScript Object Notation—is a lightweight data format built around key–value pairs. In practice, it lets programs store and exchange...
App Inventor Stopwatch Tutorial | Pause/Resume Stopwatch | Stopwatch App Inventor | MIT App Inventor
A stopwatch built in MIT App Inventor can match Android-style minute/second/centisecond counting while adding a practical resume feature—so stopping...
Voice Assistant in MIT App Inventor powered by ChatGPT | ChatGPT MIT App Inventor | #openAI #chatgpt
A practical way to build an Alexa/Siri-style voice chatbot in MIT App Inventor is to replace hard-coded if/else replies with live calls to OpenAI’s...
MIT App Inventor Chatbot using Google AI - Gemini (Dynamic Chat ) - Pt 1: Gemini API - Full Tutorial
A working MIT App Inventor chatbot can be built by wiring a Web component to Google’s Gemini API and then parsing the returned JSON into text for...
Snow Globe in MIT App Inventor | Snow effect in MIT App Inventor | Special effects in App Inventor
A holiday “snow globe” app built in MIT App Inventor turns phone shakes into falling snow—complete with a wintry background, multiple animated...
MIT App Inventor Diary App Tutorial | Display Pictures in ListView | Personal Diary App with Images
A personal diary app built with MIT App Inventor stores dated text entries alongside user-chosen or camera-captured images, then displays everything...
MIT App Inventor Chart - Build an Expense App with Pie Chart - Graph MIT App Inventor
MIT App Inventor’s built-in chart component can generate a clean, color-coded pie chart for a simple expense tracker—by storing each expense (amount...