MIT App Inventor is a web application integrated development environment originally provided by Google and now maintained by the Massachusetts Institute of Technology.
Making custom Applications for Android OS can be difficult unless you have a deep understanding of Java. MIT's App Inventor removes that barrier by providing an easy to use drag and drop style of coding to App development.
Most IoT projects need a user interface and while IFTTT and DO Buttons work well, sometimes you want something a bit more versatile.
This guide will take you through the steps to create a dedicated App for your IoT project using any of the Particle devices. We will focus on the simple Web Connected LED sketch from Particle, then point out the critical parts of the App Inventor code that will let you send and receive any information to and from the Particle device.
To get started with MIT App Inventor, go to the following link;
• An introduction to App Inventor (Mobile Ap...