
To use App Inventor, you do not need to be a developer. App Inventor requires NO programming knowledge. This is because instead of writing code, you visually design the way the app looks and use blocks to specify the app's behavior.This is just another extension of Google's push for openness on its Android platform. While this sort of development tool might lead to a flood of noisemaking apps in the Android Market, it can also be used to create useful, simple apps.

|
Okay... look at this:
"when"... "do"... "call"... "set".... tons of objects and properties. "No programming skill required"? That looks harder to read than VB, and would probably require as much training or reading/research to generate any "real" application. I'd hate to see what you have to do when you need to do something complicated like add support for another protocol. There are several other projects like this already in existence. Illumination Software Creator is somewhat similar, as it allows you to lay things out all your logic and forms graphically and then it generates portable code in multiple languages, which can then be run on any platform. |
|
I can't see the pic... but I recognize the programming speak lol Programming is not meant for the average joe lol It is not fun, and it is not easy. It takes a lot of time and patience and skill to make something worthwhile. Sometimes i've thought about getting back into programming... but then I remember how tedious it was lol Maybe someday i'll give it an other shot lol |
|
Ok... now I can see the picture! And that looks even more complicated than normal programming lol |
|
Personally, I fell in love with the Newton Toolkit, the development environment of choice for the Newton MessagePad. A few cranky old crustaceans wrote a C compiler for it, but that language was pretty much the opposite of NewtonScript: C was created to easily produce memory leaks, and NS was largely free from such leakage. It was the nicest programming environment I've ever used. It came with a simulated MessagePad screen, on which you could drag user interface components. Thanks to its highly OOP nature, they already had behaviors and were working objects. To do what you wanted, you would attach scripts for pendown or penup actions, or others. Tethered to your Mac, running a program would report exactly what was going wrong and where it was going wrong, highlighting it for you in the project text file. NTK was an exemplar of an easy-to-start, powerful-as-you-desired programming tool. No paths, no strange compiler errors, a minimum of voodoo that you had to go through to get a project working... too bad Apple "accidentally" sold the only factory in the universe capable of making the MessagePad's processor. |