Get AI summaries of any video or article — Sign up free

MIT App Inventor — Topic Summaries

AI-powered summaries of 10 videos about MIT App Inventor.

10 summaries

No matches found.

Basketball Game in MIT App Inventor | App Inventor Basketball Game | #appinventor #mitappinventor

Obsidian Soft · 2 min read

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...

MIT App InventorSprite CollisionsTouch Fling Controls

Snake game App Inventor (PART 1) | How to make Snake Game in MIT App Inventor |

Obsidian Soft · 3 min read

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...

MIT App InventorSnake GameCanvas Drawing

Santa Run Game in MIT App Inventor (Full Tutorial) | MIT App Inventor game | App Inventor Santa game

Obsidian Soft · 2 min read

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...

MIT App InventorSprite AnimationCollision Detection

Read JSON in MIT App Inventor | How to Decode JSON File | MIT App Inventor File #json #appinventor

Obsidian Soft · 2 min read

JSON—short for JavaScript Object Notation—is a lightweight data format built around key–value pairs. In practice, it lets programs store and exchange...

JSON BasicsMIT App InventorReading JSON Files

App Inventor Stopwatch Tutorial | Pause/Resume Stopwatch | Stopwatch App Inventor | MIT App Inventor

Obsidian Soft · 2 min read

A stopwatch built in MIT App Inventor can match Android-style minute/second/centisecond counting while adding a practical resume feature—so stopping...

MIT App InventorStopwatchPause/Resume

Voice Assistant in MIT App Inventor powered by ChatGPT | ChatGPT MIT App Inventor | #openAI #chatgpt

Obsidian Soft · 3 min read

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...

ChatbotMIT App InventorOpenAI API

MIT App Inventor Chatbot using Google AI - Gemini (Dynamic Chat ) - Pt 1: Gemini API - Full Tutorial

Obsidian Soft · 2 min read

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...

Gemini APIMIT App InventorWeb Component

Snow Globe in MIT App Inventor | Snow effect in MIT App Inventor | Special effects in App Inventor

Obsidian Soft · 2 min read

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 InventorAccelerometer ShakeSprite Animation

MIT App Inventor Diary App Tutorial | Display Pictures in ListView | Personal Diary App with Images

Obsidian Soft · 3 min read

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 InventorDiary AppListView Images

MIT App Inventor Chart - Build an Expense App with Pie Chart - Graph MIT App Inventor

Obsidian Soft · 2 min read

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...

MIT App InventorPie ChartChart2D