Skip to content
Christopher edited this page Jun 11, 2018 · 1 revision

Welcome to the AppVis wiki! AppVis is the extensions that provides a high level interface to the iSense api. This wiki provides a short build guide and a documentation glossary should someone want to build and extend this extension.

Build Guide

The build instructions for the appinventor website bundled with this repository are located inside of the readme. However, extensions are handled under an ant rule called extensions. In order to build the iSense AppVis extension simply run:

ant extensions

inside of the appinventor directory.

This will build an aix located in appinventor/components/build/extensions

Directory Structure

The built in components are located in

appinventor/components/src/com/google/appinventor/components/runtime

However, the AppVis extension is packaged differently under

appinventor/components/src/edu/uml/cs/isense/

Resource index

Read the documentation for mit appinventor at: http://appinventor.mit.edu/appinventor-sources/

Notes for how to make extensions and their limitations are located at: http://ai2.appinventor.mit.edu/reference/other/extensions.html

Clone this wiki locally