App Inventor
1 program
Added 2026-03-12T11:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: MIT App Inventor, Google App Inventor, App Inventor 2
Provenance: commit 57a1ac55fc · authored 2026-03-12T04:39:59+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
HelloPurr - Button Click and Shake Sound
Provenance: commit 57a1ac55fc · authored 2026-03-12T04:39:59+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="component_event" x="78" y="78">
<mutation component_type="Button" instance_name="Button1" event_name="Click" is_generic="false"></mutation>
<field name="component_block">Button1</field>
<statement name="DO">
<block type="component_method">
<mutation component_type="Sound" instance_name="Sound1" method_name="Play" is_generic="false"></mutation>
<field name="component_block">Sound1</field>
</block>
</statement>
</block>
<block type="component_event" x="78" y="250">
<mutation component_type="AccelerometerSensor" instance_name="AccelerometerSensor1" event_name="Shaking" is_generic="false"></mutation>
<field name="component_block">AccelerometerSensor1</field>
<statement name="DO">
<block type="component_method">
<mutation component_type="Sound" instance_name="Sound1" method_name="Play" is_generic="false"></mutation>
<field name="component_block">Sound1</field>
</block>
</statement>
</block>
</xml>